Skip to content

Commit e5fa3f9

Browse files
author
Simon Barinka
committed
[SourceKit] Fix formatting issues
1 parent 06af749 commit e5fa3f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,8 @@ addCursorInfoForDecl(CursorInfoData &Data, ResolvedValueRefCursorInfoPtr Info,
12621262
fillSymbolInfo(SymbolInfo, DInfo, Info->getLoc(), AddSymbolGraph,
12631263
Lang, Invoc, PreviousSnaps, Data.Allocator)) {
12641264
// Ignore but make sure to remove the partially-filled symbol
1265-
llvm::handleAllErrors(std::move(Err), [](const llvm::StringError &E) {});
1265+
llvm::handleAllErrors(std::move(Err),
1266+
[](const llvm::StringError &E) {});
12661267
Data.Symbols.pop_back();
12671268
}
12681269
}

0 commit comments

Comments
 (0)