Remove trailing semicolon. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 3 Feb 2019 14:08:30 +0000 (14:08 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 3 Feb 2019 14:08:30 +0000 (14:08 +0000)
llvm-svn: 352990

clang-tools-extra/clangd/ClangdLSPServer.cpp

index 893d85a..981c69d 100644 (file)
@@ -53,7 +53,7 @@ CodeAction toCodeAction(const ClangdServer::TweakRef &T, const URIForFile &File,
   CA.command->tweakArgs->tweakID = T.ID;
   CA.command->tweakArgs->selection = Selection;
   return CA;
-};
+}
 
 void adjustSymbolKinds(llvm::MutableArrayRef<DocumentSymbol> Syms,
                        SymbolKindBitset Kinds) {