Skip to content

Commit 1f537e3

Browse files
committed
Remove trailing newline
1 parent 4f1370c commit 1f537e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ func TestMultipleReplaceWithoutNewlineAtEOF(t *testing.T) {
8383
input := "Space, the final frontier!\nCheck out: http://uss-enterprise.com/decks/10/sections/forward"
8484
expected := "Space, the final frontier!\nCheck out: warp://ncc-1701-d.space/decks/10/areas/forward"
8585
doMainTest(t, input, expected, mainArgs)
86-
}
86+
}

0 commit comments

Comments
 (0)