Skip to content

Commit 0f5cdcb

Browse files
committed
fix import ordering in interface
1 parent b16e573 commit 0f5cdcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/demoinfocs/parser_interface.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import (
66
_ "embed"
77
"time"
88

9-
dp "github.com/markus-wa/godispatch"
10-
119
st "github.com/markus-wa/demoinfocs-golang/v5/pkg/demoinfocs/sendtables"
10+
dp "github.com/markus-wa/godispatch"
1211
)
1312

1413
// Parser is an auto-generated interface for Parser, intended to be used when mockability is needed.

0 commit comments

Comments
 (0)