X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/22c599abc18895f73e96095f35b71cf3357d41b4..47f9b49c161e576cf75f0a9be1d47cc7fa2cb62c:/hotline/files_test.go 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")