mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Drop some unnecessary blank lines
This commit is contained in:
parent
a974a9ef9f
commit
124fc81300
1 changed files with 0 additions and 2 deletions
|
|
@ -148,8 +148,6 @@ pub fn tokenizeDiagnosticToReport(self: *AST, diagnostic: tokenize.Diagnostic, a
|
|||
if (diagnostic.region.start.offset < diagnostic.region.end.offset and
|
||||
diagnostic.region.end.offset <= self.env.source.len)
|
||||
{
|
||||
|
||||
// Calculate line starts if not already done
|
||||
var env = self.env.*;
|
||||
if (env.line_starts.items.items.len == 0) {
|
||||
try env.calcLineStarts(allocator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue