[SourceKit] Fix formatting issues

This commit is contained in:
Simon Barinka
2023-08-03 00:53:46 +02:00
parent 06af7494e9
commit e5fa3f9d2d

View File

@@ -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();
}
}