Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Oct 30, 2023
1 parent 9436582 commit 813f9e6
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 57 deletions.
3 changes: 2 additions & 1 deletion lib/src/scip_visitor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ class ScipVisitor extends GeneralizingAstVisitor {
}) {
final symbol = _symbolGenerator.symbolFor(element);
if (symbol != null) {
final meta = getSymbolMetadata(element, element.nameOffset, _analysisErrors);
final meta =
getSymbolMetadata(element, element.nameOffset, _analysisErrors);
symbols.add(SymbolInformation(
symbol: symbol,
documentation: meta.documentation,
Expand Down
Loading

0 comments on commit 813f9e6

Please sign in to comment.