Skip to content

Commit b6d9849

Browse files
committed
Fix failing go fmt check
1 parent e92ea5a commit b6d9849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/markup/html_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func TestRender_email(t *testing.T) {
283283
`<p>*<a href="mailto:[email protected]" rel="nofollow">[email protected]</a></p>`)
284284
test(
285285
286-
`<p>~<a href="mailto:[email protected]" rel="nofollow">[email protected]</a></p>`)
286+
`<p>~<a href="mailto:[email protected]" rel="nofollow">[email protected]</a></p>`)
287287
test(
288288
289289
`<p>email@<a href="mailto:[email protected]" rel="nofollow">[email protected]</a></p>`)

0 commit comments

Comments
 (0)