Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Oct 3, 2023
1 parent b0f851c commit 9cb473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func MessageBody(size int) []byte {
b := make([]byte,size)
b := make([]byte, size)
binary.BigEndian.PutUint32(b[0:], uint32(1234)) // currently unused, for compatibility with perf-test
return b
}
Expand Down

0 comments on commit 9cb473a

Please sign in to comment.