bun run zig-format

This commit is contained in:
Jarred-Sumner
2024-10-04 09:48:42 +00:00
committed by github-actions[bot]
parent 97a75b53f5
commit d01fcb6cc4

View File

@@ -146,7 +146,6 @@ pub const TestRunner = struct {
this.queue.writeItem(task) catch unreachable;
}
pub fn runNextTest(this: *TestRunner) void {
this.has_pending_tests = false;
this.pending_test = null;