Run gofmt -s on fs_test

Neeted to run formatting on fs_test.go

Signed-off-by: Brice Rising <brice.rising@slalom.com>
(cherry picked from commit c292ba5c8f)
pull/8287/head
Brice Rising 7 years ago committed by Matt Farina
parent 577d500738
commit 857c90b1ed
No known key found for this signature in database
GPG Key ID: 9436E80BFBA46909

@ -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