forked from OSchip/llvm-project
Remove extraneous semicolon.
This commit is contained in:
parent
77b7b23ca1
commit
936de1c5bc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue