Skip to content

Commit

Permalink
reverse: fix import sorting in root_node.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob committed Nov 11, 2024
1 parent 94bd6a3 commit 12c0f3a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/fusefrontend_reverse/root_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,18 @@ import (
"sync/atomic"
"syscall"

"github.com/rfjakob/gocryptfs/v2/internal/exitcodes"

"github.com/rfjakob/gocryptfs/v2/internal/tlog"

"golang.org/x/sys/unix"

"github.com/hanwen/go-fuse/v2/fs"
"github.com/hanwen/go-fuse/v2/fuse"

"github.com/rfjakob/gocryptfs/v2/internal/contentenc"
"github.com/rfjakob/gocryptfs/v2/internal/exitcodes"
"github.com/rfjakob/gocryptfs/v2/internal/fusefrontend"
"github.com/rfjakob/gocryptfs/v2/internal/inomap"
"github.com/rfjakob/gocryptfs/v2/internal/nametransform"
"github.com/rfjakob/gocryptfs/v2/internal/syscallcompat"
"github.com/rfjakob/gocryptfs/v2/internal/tlog"

"github.com/sabhiram/go-gitignore"
)
Expand Down

0 comments on commit 12c0f3a

Please sign in to comment.