Skip to content
Snippets Groups Projects
Commit 669c8dd4 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[comment addon] Another lint fix

parent 30958622
No related merge requests found
......@@ -26,7 +26,7 @@
}
return;
}
var tabSize = self.getOption("tabSize"), firstLine = self.getLine(from.line);
var firstLine = self.getLine(from.line);
if (firstLine == null) return;
var end = Math.min(to.ch != 0 || to.line == from.line ? to.line + 1 : to.line, self.lastLine() + 1);
var pad = options.padding == null ? " " : options.padding;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment