Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed May 20, 2023
1 parent 3d523c6 commit e5169b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/zoe/src/zoeService/startInstance.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { E } from '@endo/eventual-send';
import { passStyleOf } from '@endo/marshal';
import {
M,
makeScalarBigMapStore,
Expand All @@ -15,7 +14,7 @@ import { AdminFacetI, InstanceAdminI } from '../typeGuards.js';
/** @typedef {import('@agoric/vat-data').Baggage} Baggage */
/** @typedef { import('@agoric/swingset-vat').BundleCap} BundleCap */

const { Fail, quote: q } = assert;
const { Fail } = assert;

/**
* @param {Pick<ZoeStorageManager, 'makeZoeInstanceStorageManager' | 'unwrapInstallation'>} startInstanceAccess
Expand Down

0 comments on commit e5169b6

Please sign in to comment.