Skip to content

Commit ffcd0f3

Browse files
committed
common/synctest: fix gofmt formatting
1 parent 5ef9849 commit ffcd0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/synctest/synctest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ import "testing/synctest"
2323
//
2424

2525
var Wait = synctest.Wait // nolint:govet
26-
var Test = synctest.Test // nolint:govet
26+
var Test = synctest.Test // nolint:govet

0 commit comments

Comments
 (0)