Skip to content

Commit 4695fe1

Browse files
committed
gofmt
1 parent cf0a924 commit 4695fe1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/spectral-edge/body_codec.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ func writeBodyTooLargeJSON(w http.ResponseWriter, maxBytes int64, message string
2020
w.Header().Set(HeaderMaxBodyBytes, strconv.FormatInt(maxBytes, 10))
2121
w.WriteHeader(http.StatusRequestEntityTooLarge)
2222
_ = json.NewEncoder(w).Encode(map[string]any{
23-
"error": "body_too_large",
24-
"max_body_bytes": maxBytes,
25-
"message": message,
23+
"error": "body_too_large",
24+
"max_body_bytes": maxBytes,
25+
"message": message,
2626
"streaming_scan": false,
2727
})
2828
}

main_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ import (
2828

2929
"spectral-mesh/internal/allowlist"
3030
"spectral-mesh/internal/dedupe"
31+
"spectral-mesh/internal/k8sresolve"
3132
"spectral-mesh/internal/policy"
3233
"spectral-mesh/internal/policyengine"
33-
"spectral-mesh/internal/k8sresolve"
3434
"spectral-mesh/internal/rollbuf"
3535
"spectral-mesh/internal/sensorcore"
3636
)

0 commit comments

Comments
 (0)