Skip to content

Commit e9ca807

Browse files
committed
fs: fix minor linting and gofmt issue
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7e45f5c commit e9ca807

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

fs/copy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var bufferPool = &sync.Pool{
3333
},
3434
}
3535

36-
// XAttrErrorHandlers transform a non-nil xattr error.
36+
// XAttrErrorHandler transform a non-nil xattr error.
3737
// Return nil to ignore an error.
3838
// xattrKey can be empty for listxattr operation.
3939
type XAttrErrorHandler func(dst, src, xattrKey string, err error) error

fs/diff.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ import (
2222
"path/filepath"
2323
"strings"
2424

25-
"golang.org/x/sync/errgroup"
26-
2725
"github.com/sirupsen/logrus"
26+
"golang.org/x/sync/errgroup"
2827
)
2928

3029
// ChangeKind is the type of modification that

0 commit comments

Comments
 (0)