]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/files_test.go
Fix broken io.Reader implementations
[rbdr/mobius] / hotline / files_test.go
index 88c893f898d68b532b28d96a4f5ba1be14f964ae..90c5f0088d519ed385fc2625a49f85655f614951 100644 (file)
@@ -45,7 +45,7 @@ func TestEncodeFilePath(t *testing.T) {
 
 func TestCalcTotalSize(t *testing.T) {
        cwd, _ := os.Getwd()
-       defer func() {_ = os.Chdir(cwd)}()
+       defer func() { _ = os.Chdir(cwd) }()
 
        _ = os.Chdir("test/config/Files")