chore: formatting

This commit is contained in:
2026-05-18 17:49:03 +02:00
parent 4e9b42d8bb
commit 60c8f6039b

View File

@@ -3,8 +3,7 @@ package limits
// Common size limits used when reading upstream responses.
const (
Bytes512 = 512
KiB512 int64 = 512 << 10
MiB2 int64 = 2 << 20
Bytes512 = 512
KiB512 int64 = 512 << 10
MiB2 int64 = 2 << 20
)