]> Sergey Matveev's repositories - btrtrc.git/commitdiff
bencode: Tidy import block
authorMatt Joiner <anacrolix@gmail.com>
Wed, 8 Nov 2017 09:58:35 +0000 (20:58 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 8 Nov 2017 09:58:35 +0000 (20:58 +1100)
bencode/encode_test.go

index 86ecc06cfcfbfc23f6a08ffb9fc4fc298affd841..a913a1c40427638a6ee9566cedf3afbd9c5237d3 100644 (file)
@@ -1,12 +1,12 @@
 package bencode
 
 import (
+       "bytes"
+       "fmt"
        "testing"
 
        "github.com/stretchr/testify/assert"
 )
-import "bytes"
-import "fmt"
 
 type random_encode_test struct {
        value    interface{}