From 45254bb487dbdfb1128f87a1f02921aade5c7a61 Mon Sep 17 00:00:00 2001 From: DonIsaac <22823424+DonIsaac@users.noreply.github.com> Date: Tue, 22 Apr 2025 21:30:03 +0000 Subject: [PATCH] `bun run zig-format` --- src/bun.js/bindings/VM.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bun.js/bindings/VM.zig b/src/bun.js/bindings/VM.zig index 679cab0dce..5ab492a630 100644 --- a/src/bun.js/bindings/VM.zig +++ b/src/bun.js/bindings/VM.zig @@ -168,7 +168,7 @@ pub const VM = opaque { extern fn JSC__VM__drainMicrotasks(vm: *VM) void; /// Drain all microtasks from the microtask queue. - /// + /// /// This does _not_ drain the nextTick queue. Use /// `JSGlobalObject.drainMicrotasks` for that. pub fn drainMicrotasks(