From e1c92d5ffe78903d441bce112a1355663af26fa7 Mon Sep 17 00:00:00 2001 From: johnarok <21272981+johnarok@users.noreply.github.com> Date: Thu, 6 Sep 2018 17:21:06 -0700 Subject: [PATCH] Minor format change --- archiver_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiver_test.go b/archiver_test.go index 5ea5329b..305030f7 100644 --- a/archiver_test.go +++ b/archiver_test.go @@ -86,7 +86,7 @@ func testMakeOpen(t *testing.T, name string, ar Archiver) { // testMakeOpenWithDestinationEndingInSlash is similar to testMakeOpen except that // it tests the case where destination path has a terminating forward slash especially -// on Windows os. +// on Windows os. func testMakeOpenWithDestinationEndingInSlash(t *testing.T, name string, ar Archiver) { tmp, err := ioutil.TempDir("", "archiver") if err != nil {