From 068478d9bcc0cf9b418915c10d5f4bacf09459ec Mon Sep 17 00:00:00 2001 From: Ben McDonald Date: Tue, 17 Jun 2025 11:21:42 -0700 Subject: [PATCH] Run gofmt --- pkg/jaws/pdu-crawler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/jaws/pdu-crawler.go b/pkg/jaws/pdu-crawler.go index 03bf441..3cafa61 100644 --- a/pkg/jaws/pdu-crawler.go +++ b/pkg/jaws/pdu-crawler.go @@ -25,7 +25,7 @@ type JawsOutlet struct { ID string `json:"id"` Name string `json:"name"` State string `json:"state"` - SocketType string `json:"socket_type"` + SocketType string `json:"socket_type"` Current float32 `json:"current"` Voltage float32 `json:"voltage"` ActivePower int `json:"active_power"`