Skip to content

Commit

Permalink
Revert comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
navijation committed Nov 22, 2023
1 parent 3bddbac commit fbcf3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (a *analyzer) run(pass *analysis.Pass) (any, error) {
return nil, nil //nolint:nilnil
}

// Implements inspector.Visitor interface.
// newVisitor returns visitor that only expects [ast.CompositeLit] nodes.
func (a *analyzer) newVisitor(pass *analysis.Pass) func(n ast.Node, push bool, stack []ast.Node) bool {
return func(n ast.Node, push bool, stack []ast.Node) bool {
if !push {
Expand Down

0 comments on commit fbcf3dc

Please sign in to comment.