Commit c292ba5c authored by Brice Rising's avatar Brice Rising Committed by Yagnesh Mistry
Browse files

Run gofmt -s on fs_test


Neeted to run formatting on fs_test.go

Signed-off-by: default avatarBrice Rising <brice.rising@slalom.com>
Showing with 3 additions and 3 deletions
+3 -3
...@@ -11,12 +11,12 @@ import ( ...@@ -11,12 +11,12 @@ import (
"os/user" "os/user"
"path/filepath" "path/filepath"
"runtime" "runtime"
"testing"
"sync" "sync"
"testing"
) )
var ( var (
mu sync.Mutex mu sync.Mutex
) )
func TestRenameWithFallback(t *testing.T) { func TestRenameWithFallback(t *testing.T) {
...@@ -394,7 +394,7 @@ func TestCopyFileSymlink(t *testing.T) { ...@@ -394,7 +394,7 @@ func TestCopyFileSymlink(t *testing.T) {
var tempdir, err = ioutil.TempDir("", "gotest") var tempdir, err = ioutil.TempDir("", "gotest")
if err != nil { if err != nil {
t.Fatalf("failed to create directory: %s", err); t.Fatalf("failed to create directory: %s", err)
} }
defer cleanUpDir(tempdir) defer cleanUpDir(tempdir)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment