mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -146,7 +146,7 @@ pub const SavedMappingsCompact = struct {
|
||||
// For error reporting and other uses, stay in compact format
|
||||
// Increment ref count and return compact data
|
||||
this.compact_table.ref();
|
||||
|
||||
|
||||
// Calculate proper input line count - use the last line index as the total
|
||||
const input_line_count = if (this.compact_table.line_offsets.len > 1)
|
||||
this.compact_table.line_offsets.len - 1
|
||||
|
||||
Reference in New Issue
Block a user