From 357896fb65695adc3d5e280926a0e266f01256c1 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 19 Nov 2021 16:19:32 +1100 Subject: [PATCH] gofumpt --- cmd/torrentfs/main.go | 4 ++-- fs/torrentfs_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/torrentfs/main.go b/cmd/torrentfs/main.go index 4d30301c..bee151cb 100644 --- a/cmd/torrentfs/main.go +++ b/cmd/torrentfs/main.go @@ -13,10 +13,10 @@ import ( "syscall" "time" - "github.com/anacrolix/fuse" - fusefs "github.com/anacrolix/fuse/fs" "github.com/anacrolix/envpprof" _ "github.com/anacrolix/envpprof" + "github.com/anacrolix/fuse" + fusefs "github.com/anacrolix/fuse/fs" "github.com/anacrolix/log" "github.com/anacrolix/tagflag" diff --git a/fs/torrentfs_test.go b/fs/torrentfs_test.go index 2ded0962..7e352eaf 100644 --- a/fs/torrentfs_test.go +++ b/fs/torrentfs_test.go @@ -12,9 +12,9 @@ import ( "testing" "time" + _ "github.com/anacrolix/envpprof" "github.com/anacrolix/fuse" fusefs "github.com/anacrolix/fuse/fs" - _ "github.com/anacrolix/envpprof" "github.com/anacrolix/missinggo/v2" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" -- 2.48.1