Skip to content

Commit 346771f

Browse files
rockbrunoxwu
andauthored
Update tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent b50813a commit 346771f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class SKIndexDataConsumer : public IndexDataConsumer {
158158
case SymbolSubKind::SwiftGenericTypeParam:
159159
return false;
160160
default:
161-
break;
161+
break;
162162
}
163163
switch (Kind) {
164164
case SymbolKind::Enum:

0 commit comments

Comments
 (0)