Skip to content

Commit c424718

Browse files
committed
fixup! Reformat go files with golines
1 parent bba711a commit c424718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rolling-shutter/p2pmsg/messages_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ import (
1313
"github.com/shutter-network/rolling-shutter/rolling-shutter/trace"
1414
)
1515

16-
func marshalUnmarshalMessage[M Message](
16+
func marshalUnmarshalMessage[M Message]( //nolint:thelper
1717
t *testing.T,
1818
message M,
1919
traceContext *TraceContext,
20-
) (M, *TraceContext) { //nolint:thelper
20+
) (M, *TraceContext) {
2121
var (
2222
err error
2323
ok bool

0 commit comments

Comments
 (0)