Skip to content

Commit

Permalink
fixup! Reformat go files with golines
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Aug 22, 2023
1 parent bba711a commit c424718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rolling-shutter/p2pmsg/messages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import (
"github.com/shutter-network/rolling-shutter/rolling-shutter/trace"
)

func marshalUnmarshalMessage[M Message](
func marshalUnmarshalMessage[M Message]( //nolint:thelper
t *testing.T,
message M,
traceContext *TraceContext,
) (M, *TraceContext) { //nolint:thelper
) (M, *TraceContext) {
var (
err error
ok bool
Expand Down

0 comments on commit c424718

Please sign in to comment.