diff options
Diffstat (limited to 'hotline/files_test.go')
| -rw-r--r-- | hotline/files_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/files_test.go b/hotline/files_test.go index 88c893f..90c5f00 100644 --- a/hotline/files_test.go +++ b/hotline/files_test.go @@ -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") |