[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-12-17 07:35:37 +00:00
committed by GitHub
parent d329278996
commit 993d44ccf4
2 changed files with 6 additions and 7 deletions

View File

@@ -973,7 +973,6 @@ pub const ChangesReport = struct {
};
const GitDiff = @import("./GitDiff.zig");
const std = @import("std");
const bun = @import("bun");

View File

@@ -1,9 +1,3 @@
const std = @import("std");
const bun = @import("bun");
const Output = bun.Output;
const Bitset = bun.bit_set.DynamicBitSetUnmanaged;
const Environment = bun.Environment;
/// Represents a range of changed lines
pub const LineRange = struct {
start: u32,
@@ -371,3 +365,9 @@ test "parseGitDiff" {
try std.testing.expect(!bar.?.isLineChanged(0));
try std.testing.expect(!bar.?.isLineChanged(11));
}
const std = @import("std");
const bun = @import("bun");
const Environment = bun.Environment;
const Bitset = bun.bit_set.DynamicBitSetUnmanaged;