Skip to content

Commit 77eed23

Browse files
committed
type documentation should be in a single line
1 parent 806ec2a commit 77eed23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

analysis/callgraph.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ func (g *CallGraphGenerator) CreateCallGraph(functions []Function, calls []Call)
278278
return builder.Build()
279279
}
280280

281-
// CodeBase analyzer handles the the parsing and analysis of a codebase and generates
282-
// call graph for it
281+
// CodeBase analyzer handles the the parsing and analysis of a codebase and generates call graph for it
283282
type CodebaseAnalyzer struct {
284283
config CallGraphConfig
285284
}

0 commit comments

Comments
 (0)