[clangd] Remove extra ";", NFC.

llvm-svn: 327386
This commit is contained in:
Haojian Wu 2018-03-13 12:26:28 +00:00
parent 93bd7187f4
commit 797f32e084
1 changed files with 1 additions and 1 deletions

View 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.