Skip to content

Commit

Permalink
lint spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Oct 8, 2024
1 parent 365ec7a commit 891d26e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/compress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func TestDecompressExist(t *testing.T) {
if tc.expError != nil && err.Error() != tc.expError.Error() {
t.Fatalf("expected: %v, got: %v", tc.expError, err)
}

})
}
}

0 comments on commit 891d26e

Please sign in to comment.