Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
netmute committed Dec 1, 2024
1 parent 8b10605 commit 796cc2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kind_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,5 @@ func GetLSPSymbolKind(ctagsKind string) (int, error) {
if kind, ok := symbolKindMap[ctagsKind]; ok {
return kind, nil
}

return 0, fmt.Errorf("no symbol kind for: %v", ctagsKind)
}

0 comments on commit 796cc2d

Please sign in to comment.