diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-03 19:24:08 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-03 14:24:08 -0700 |
| commit | 5c34f8752938764668d829fb284626b9c62c5475 (patch) | |
| tree | 85e6d1c802dcdf868b887cbc30944b44dfd462ea /hotline/files_test.go | |
| parent | e75ba43a4e6032b94bf3a3fedf9f557f2c4969e4 (diff) | |
Ran `gofmt -w .`
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") |