Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Sep 6, 2018
1 parent 8200c4e commit 7bed0d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion htmltest/check-link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (
const cmdSeparator string = "========================================================================"

var (
version string
date string
fileMode bool
version string
date string
fileMode bool
)

func main() {
Expand Down

0 comments on commit 7bed0d5

Please sign in to comment.