summaryrefslogtreecommitdiff
path: root/picture_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'picture_test.go')
-rw-r--r--picture_test.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/picture_test.go b/picture_test.go
index 5bf139d..8da7c3d 100644
--- a/picture_test.go
+++ b/picture_test.go
@@ -1,19 +1,18 @@
package excelize
import (
+ "fmt"
_ "image/gif"
_ "image/jpeg"
_ "image/png"
-
- _ "golang.org/x/image/tiff"
-
- "fmt"
"io/ioutil"
"os"
"path/filepath"
"strings"
"testing"
+ _ "golang.org/x/image/tiff"
+
"github.com/stretchr/testify/assert"
)