Skip to content

Commit

Permalink
[chore] fix lint failure (#10827)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Aug 7, 2024
1 parent 9fbfecf commit 6ab719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/configgrpc/configgrpc_benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func BenchmarkCompressors(b *testing.B) {

for _, payload := range payloads {
for _, compressor := range compressors {
fmt.Printf(payload.name)
fmt.Println(payload.name)
messageBytes, err := payload.marshaler.marshal(payload.message)
if err != nil {
b.Errorf("marshal(_) returned an error")
Expand Down

0 comments on commit 6ab719a

Please sign in to comment.