Skip to content

Commit 57a8acf

Browse files
committed
Run 'go fmt' on matchers/children.go
1 parent b3fd4b7 commit 57a8acf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

matchers/children.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ func ChildMatcher(parent types.Type, kind types.Type, fn ByteMatcher) ByteMatche
1818
func (m TypeMatcher) AddChild(kind types.Type, fn ByteMatcher) {
1919
_ = ChildMatcher(m.myType, kind, fn)
2020
}
21-
22-

0 commit comments

Comments
 (0)