From 38cccd28fe9135d7b378a9b79fb586d5abcec61c Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Sat, 15 Jun 2024 13:43:06 -0700 Subject: [PATCH] fixup! format --- packages/SwingSet/src/kernel/kernel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SwingSet/src/kernel/kernel.js b/packages/SwingSet/src/kernel/kernel.js index 1b9b352ca440..c49b293e1070 100644 --- a/packages/SwingSet/src/kernel/kernel.js +++ b/packages/SwingSet/src/kernel/kernel.js @@ -1650,7 +1650,7 @@ export default function buildKernel( // This is the underlying unstructured assert that @endo/errors // uses to build the structured assert that it exports. So we // cannot use the assert imported from @endo/errors here. - assert: globalThis.assert + assert: globalThis.assert, }), });