Skip to content

Commit

Permalink
Fixed the space formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothkumarr227 committed Dec 24, 2024
1 parent 77ea230 commit 6ff9321
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rpc_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,9 @@ func mustCompress(t *testing.T, input []byte) mem.BufferSlice {
if _, err := gz.Write(input); err != nil {
t.Fatalf("compressInput() failed to write data: %v", err)
}

if err := gz.Close(); err != nil {
t.Fatalf("compressInput() failed to close gzip writer: %v", err)
}

compressedData := buf.Bytes()
return mem.BufferSlice{mem.NewBuffer(&compressedData, nil)}
}
Expand Down

0 comments on commit 6ff9321

Please sign in to comment.