Remove extraneous semicolon.

This commit is contained in:
Bill Wendling 2019-12-02 14:05:28 -08:00
parent 77b7b23ca1
commit 936de1c5bc
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ Range toRange(const SymbolLocation &L) {
R.end.line = L.End.line();
R.end.character = L.End.column();
return R;
};
}
// Return all rename occurrences (per the index) outside of the main file,
// grouped by the absolute file path.