Skip to content

Commit 048c9f8

Browse files
committed
Fix linting: remove trailing newline in s3_test.go
1 parent bf99511 commit 048c9f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/fs/s3_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ func TestS3_Delete(t *testing.T) {
7272

7373
err = stor.Delete(testCtx, "1/test")
7474
assert.True(t, errors.Is(err, os.ErrNotExist))
75-
7675
}
7776

7877
func TestS3_BuildKey(t *testing.T) {

0 commit comments

Comments
 (0)