[clangd] Remove extra ";", NFC.
authorHaojian Wu <hokein@google.com>
Tue, 13 Mar 2018 12:26:28 +0000 (12:26 +0000)
committerHaojian Wu <hokein@google.com>
Tue, 13 Mar 2018 12:26:28 +0000 (12:26 +0000)
llvm-svn: 327386

clang-tools-extra/unittests/clangd/ClangdUnitTests.cpp

index 7729b81..0e11082 100644 (file)
@@ -90,7 +90,7 @@ Position pos(int line, int character) {
   Res.line = line;
   Res.character = character;
   return Res;
-};
+}
 
 /// Matches diagnostic that has exactly one fix with the same range and message
 /// as the diagnostic itself.