Run gofmt -s on fs_test

Neeted to run formatting on fs_test.go

Signed-off-by: Brice Rising <brice.rising@slalom.com>
pull/6738/head
Brice Rising 6 years ago committed by Yagnesh Mistry
parent aacffe5fb2
commit c292ba5c8f

@ -11,8 +11,8 @@ import (
"os/user"
"path/filepath"
"runtime"
"testing"
"sync"
"testing"
)
var (
@ -394,7 +394,7 @@ func TestCopyFileSymlink(t *testing.T) {
var tempdir, err = ioutil.TempDir("", "gotest")
if err != nil {
t.Fatalf("failed to create directory: %s", err);
t.Fatalf("failed to create directory: %s", err)
}
defer cleanUpDir(tempdir)

Loading…
Cancel
Save