mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Fix formatting issues
This commit is contained in:
@@ -1262,7 +1262,8 @@ addCursorInfoForDecl(CursorInfoData &Data, ResolvedValueRefCursorInfoPtr Info,
|
||||
fillSymbolInfo(SymbolInfo, DInfo, Info->getLoc(), AddSymbolGraph,
|
||||
Lang, Invoc, PreviousSnaps, Data.Allocator)) {
|
||||
// Ignore but make sure to remove the partially-filled symbol
|
||||
llvm::handleAllErrors(std::move(Err), [](const llvm::StringError &E) {});
|
||||
llvm::handleAllErrors(std::move(Err),
|
||||
[](const llvm::StringError &E) {});
|
||||
Data.Symbols.pop_back();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user