aboutsummaryrefslogtreecommitdiff
path: root/integration_tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-29 21:55:20 +0100
committerJakob Unterwurzacher2015-11-29 21:55:20 +0100
commitce42a6f23d9fd50ddf2e66a68e6ec57cad80c018 (patch)
treee5ca3e87688171785738350f541966fdacab9470 /integration_tests
parent20b058a33335f48812864513cc13ea0a276aaaa3 (diff)
Run go fmt
Diffstat (limited to 'integration_tests')
-rw-r--r--integration_tests/example_filesystems_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/example_filesystems_test.go b/integration_tests/example_filesystems_test.go
index 6f1574a..c74e383 100644
--- a/integration_tests/example_filesystems_test.go
+++ b/integration_tests/example_filesystems_test.go
@@ -3,9 +3,9 @@ package integration_tests
// Mount example filesystems and check that the file "status.txt" is there
import (
- "path/filepath"
"io/ioutil"
"os"
+ "path/filepath"
"testing"
)