From a31868336f97a91bfd5a7e91e99a9b294d131f90 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 17 Sep 2015 23:21:45 -0700 Subject: go fmt --- api/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/file.go') diff --git a/api/file.go b/api/file.go index 6806ec185..f249b3d9e 100644 --- a/api/file.go +++ b/api/file.go @@ -21,6 +21,7 @@ import ( "image/jpeg" "io" "io/ioutil" + "mime" "net/http" "net/url" "os" @@ -28,7 +29,6 @@ import ( "strconv" "strings" "time" - "mime" ) var fileInfoCache *utils.Cache = utils.NewLru(1000) -- cgit v1.2.3-1-g7c22