Unverified Commit 857c90b1 authored by Brice Rising's avatar Brice Rising Committed by Matt Farina
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>
(cherry picked from commit c292ba5c)
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -11,12 +11,12 @@ import (
"os/user"
"path/filepath"
"runtime"
"testing"
"sync"
"testing"
)
var (
mu sync.Mutex
mu sync.Mutex
)
func TestRenameWithFallback(t *testing.T) {
......@@ -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)
......
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