Skip to content

Commit

Permalink
Run 'go fmt' on matchers/children.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jul 4, 2020
1 parent b3fd4b7 commit 57a8acf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions matchers/children.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ func ChildMatcher(parent types.Type, kind types.Type, fn ByteMatcher) ByteMatche
func (m TypeMatcher) AddChild(kind types.Type, fn ByteMatcher) {
_ = ChildMatcher(m.myType, kind, fn)
}


0 comments on commit 57a8acf

Please sign in to comment.