Skip to content

Commit

Permalink
fixup! format
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jun 15, 2024
1 parent 16b9b69 commit 38cccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/src/kernel/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
});

Expand Down

0 comments on commit 38cccd2

Please sign in to comment.