Browse Source

Fix minor lint issue

tags/1.0^2
9seconds 6 years ago
parent
commit
2bf291bab5
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      antireplay/init.go

+ 2
- 1
antireplay/init.go View File

@@ -4,8 +4,9 @@ import (
4 4
 	"math"
5 5
 	"sync"
6 6
 
7
-	"mtg/config"
8 7
 	"github.com/dgraph-io/ristretto"
8
+
9
+	"mtg/config"
9 10
 )
10 11
 
11 12
 var (

Loading…
Cancel
Save