Skip to content

Commit 1156a7e

Browse files
committed
fix(ci): gofumpt internal/grpc/server_grpc.go
1 parent 22541ca commit 1156a7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/grpc/server_grpc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ func (JSONCodec) Name() string { return "json" }
2020
func (JSONCodec) Marshal(v interface{}) ([]byte, error) {
2121
return json.Marshal(v)
2222
}
23+
2324
func (JSONCodec) Unmarshal(data []byte, v interface{}) error {
2425
return json.Unmarshal(data, v)
2526
}

0 commit comments

Comments
 (0)