From cc4326cd829decc95d1f1f23998f97705637e04b Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:55:16 -0800 Subject: Re-run prettier after changes --- test/bun.js/inline.macro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bun.js/inline.macro.js') diff --git a/test/bun.js/inline.macro.js b/test/bun.js/inline.macro.js index 082dbeaf4..8b157aa38 100644 --- a/test/bun.js/inline.macro.js +++ b/test/bun.js/inline.macro.js @@ -13,7 +13,7 @@ export function promiseReturningFunction(expr, ctx) { export function promiseReturningCtx(expr, ctx) { return new Promise((resolve, reject) => { setTimeout( - (ctx) => { + ctx => { resolve(ctx); }, 1, -- cgit v1.2.3