Removed extra semicolon to fix Wpedantic. (NFCI).

llvm-svn: 343083
This commit is contained in:
Simon Pilgrim 2018-09-26 09:02:45 +00:00
parent 4b2e7daa7e
commit 3462e76ba5
1 changed files with 1 additions and 1 deletions

View File

@ -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