Skip to content

Commit fa24b11

Browse files
committed
Linting
1 parent a242510 commit fa24b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/markdown/sanitizer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Use of this source code is governed by a MIT-style
44
// license that can be found in the LICENSE file.
55

6-
package markup
6+
package markdown
77

88
import (
99
"regexp"

modules/markdown/sanitizer_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Use of this source code is governed by a MIT-style
44
// license that can be found in the LICENSE file.
55

6-
package markup_test
6+
package markdown
77

88
import (
99
"testing"

0 commit comments

Comments
 (0)