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:
@@ -973,7 +973,6 @@ pub const ChangesReport = struct {
|
||||
};
|
||||
|
||||
const GitDiff = @import("./GitDiff.zig");
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
const bun = @import("bun");
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user