From 5c34f8752938764668d829fb284626b9c62c5475 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 3 Aug 2021 19:24:08 -0700 Subject: Ran `gofmt -w .` --- hotline/files_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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") -- cgit