diff --git a/htmltest/check-link_test.go b/htmltest/check-link_test.go
index 741aace..9640dd7 100644
--- a/htmltest/check-link_test.go
+++ b/htmltest/check-link_test.go
@@ -26,7 +26,6 @@ func TestAnchorIgnorableChildren(t *testing.T) {
tExpectIssueCount(t, hT, 0)
}
-
func TestAnchorMatchIgnore(t *testing.T) {
// ignores links in IgnoreURLs
hT := tTestFileOpts("fixtures/links/brokenLinkExternalSingle.html",
diff --git a/main.go b/main.go
index dd020c8..c722823 100644
--- a/main.go
+++ b/main.go
@@ -19,9 +19,9 @@ import (
const cmdSeparator string = "========================================================================"
var (
- version string
- date string
- fileMode bool
+ version string
+ date string
+ fileMode bool
)
func main() {