Skip to content

Commit aa6f710

Browse files
committed
Update tools.go
1 parent c465164 commit aa6f710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
package main
44

55
import (
6-
_ "github.com/client9/misspell/cmd/misspell")
6+
_ "github.com/client9/misspell/cmd/misspell"
7+
)

0 commit comments

Comments
 (0)