Removed extra semicolon to fix Wpedantic. (NFCI).
llvm-svn: 343083
This commit is contained in:
parent
4b2e7daa7e
commit
3462e76ba5
|
|
@ -67,7 +67,7 @@ createStaticIndexingAction(SymbolCollector::Options Opts,
|
|||
return llvm::make_unique<IndexAction>(
|
||||
std::make_shared<SymbolCollector>(std::move(Opts)), std::move(Includes),
|
||||
IndexOpts, SymbolsCallback);
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace clangd
|
||||
} // namespace clang
|
||||
|
|
|
|||
Loading…
Reference in New Issue