Skip to content

Commit debf08a

Browse files
committed
formatting: goimports game_events_test.go
1 parent ab7f207 commit debf08a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

game_events_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ package demoinfocs
22

33
import (
44
"crypto/rand"
5+
"testing"
6+
7+
"github.com/stretchr/testify/assert"
8+
59
"github.com/markus-wa/demoinfocs-golang/common"
610
"github.com/markus-wa/demoinfocs-golang/events"
711
"github.com/markus-wa/demoinfocs-golang/msg"
8-
"github.com/stretchr/testify/assert"
9-
"testing"
1012
)
1113

1214
// See #90

0 commit comments

Comments
 (0)