Commit 936de1c5 authored by Bill Wendling's avatar Bill Wendling
Browse files

Remove extraneous semicolon.

parent 77b7b23c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.