From 501c931973212e71df5c8954a94bd6d6de91b934 Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Sun, 16 Jul 2023 19:20:48 -0700 Subject: [PATCH] fix: token diff --- packages/swingset-liveslots/src/liveslots.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/swingset-liveslots/src/liveslots.js b/packages/swingset-liveslots/src/liveslots.js index 5655b8b1a94a..a46ec2124f3e 100644 --- a/packages/swingset-liveslots/src/liveslots.js +++ b/packages/swingset-liveslots/src/liveslots.js @@ -1336,6 +1336,7 @@ function build( makeScalarBigWeakMapStore: collectionManager.makeScalarBigWeakMapStore, makeScalarBigSetStore: collectionManager.makeScalarBigSetStore, makeScalarBigWeakSetStore: collectionManager.makeScalarBigWeakSetStore, + // for use by @endo/pass-style passStyleOf, }, });