Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
removed test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijabase committed Feb 20, 2021
1 parent d416d61 commit a6c4748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UI/Components/EditorElementBracketHighlighter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,6 @@ private bool CheckForString(IDocument document, int offset)
for (var i = offset; i >= 0; --i)
{
var ch = document.GetCharAt(i);
var c = document.GetLineByOffset(i);

// If we find a quote in the same line, set a flag.

Expand Down

0 comments on commit a6c4748

Please sign in to comment.