gofmt some files

This commit is contained in:
2023-10-04 01:23:03 -05:00
committed by John K. Luebs
parent 70ea4d3acf
commit 73ca9794ab
6 changed files with 53 additions and 54 deletions

View File

@@ -8,10 +8,10 @@
package duplicacy
import (
"bytes"
"encoding/binary"
"os"
"path/filepath"
"bytes"
"syscall"
"github.com/pkg/xattr"
@@ -92,4 +92,3 @@ func (entry *Entry) RestoreEarlyDirFlags(path string) error {
func (entry *Entry) RestoreEarlyFileFlags(f *os.File) error {
return nil
}