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/fusefrontend/fs_dir.go | |
parent | b0ee5258b1ac60b9a672d9db0816b17ae12d0e55 (diff) |
Run go fmt
Diffstat (limited to 'internal/fusefrontend/fs_dir.go')
-rw-r--r-- | internal/fusefrontend/fs_dir.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/fusefrontend/fs_dir.go b/internal/fusefrontend/fs_dir.go index 2b1e25d..aed501d 100644 --- a/internal/fusefrontend/fs_dir.go +++ b/internal/fusefrontend/fs_dir.go @@ -10,9 +10,9 @@ import ( "github.com/hanwen/go-fuse/fuse" - "github.com/rfjakob/gocryptfs/internal/toggledlog" "github.com/rfjakob/gocryptfs/internal/cryptocore" "github.com/rfjakob/gocryptfs/internal/nametransform" + "github.com/rfjakob/gocryptfs/internal/toggledlog" ) func (fs *FS) Mkdir(relPath string, mode uint32, context *fuse.Context) (code fuse.Status) { |