Skip to content

Commit 2a8c084

Browse files
committed
chore: fix ci lint issue
1 parent 154d24c commit 2a8c084

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

formatter/json_snake_case.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ import (
99

1010
// snakeCaseEncoder wraps a standard JSON encoder and converts keys to snake_case
1111
type snakeCaseEncoder struct {
12-
writer io.Writer
13-
indent string
14-
prettyPrint bool
15-
someIdHereHttp bool
12+
writer io.Writer
13+
indent string
14+
prettyPrint bool
1615
}
1716

1817
// newSnakeCaseEncoder creates a new encoder that converts JSON keys to snake_case

0 commit comments

Comments
 (0)