Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Minor format change
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarok committed Sep 7, 2018
1 parent 7ef86db commit e1c92d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e1c92d5

Please sign in to comment.