diff options
author | Jakob Unterwurzacher | 2016-02-06 20:23:36 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-02-06 20:23:36 +0100 |
commit | c74772bc8d7348ced429e5ca6ef47a53a8f215ff (patch) | |
tree | 5ac2097e050a09c02b4ed30b85f3f7774d03c9ad /internal/configfile/config_file.go | |
parent | b0ee5258b1ac60b9a672d9db0816b17ae12d0e55 (diff) |
Run go fmt
Diffstat (limited to 'internal/configfile/config_file.go')
-rw-r--r-- | internal/configfile/config_file.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configfile/config_file.go b/internal/configfile/config_file.go index 0128acc..8c53a4b 100644 --- a/internal/configfile/config_file.go +++ b/internal/configfile/config_file.go @@ -6,8 +6,8 @@ import ( "io/ioutil" "log" - "github.com/rfjakob/gocryptfs/internal/cryptocore" "github.com/rfjakob/gocryptfs/internal/contentenc" + "github.com/rfjakob/gocryptfs/internal/cryptocore" "github.com/rfjakob/gocryptfs/internal/toggledlog" ) import "os" |