Skip to content

Commit

Permalink
Update contract/src/offer-up.contract.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Connolly <connolly@agoric.com>
  • Loading branch information
amessbee and dckc authored Aug 7, 2024
1 parent 01b0ba0 commit 0b5ee61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contract/src/offer-up.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { AmountShape } from '@agoric/ertp/src/typeGuards.js';
import { atomicRearrange } from '@agoric/zoe/src/contractSupport/atomicTransfer.js';
import '@agoric/zoe/exported.js';

Check failure on line 27 in contract/src/offer-up.contract.js

View workflow job for this annotation

GitHub Actions / unit (18)

Expected 1 empty line after import statement not followed by another import

Check failure on line 27 in contract/src/offer-up.contract.js

View workflow job for this annotation

GitHub Actions / unit (20)

Expected 1 empty line after import statement not followed by another import
const { Fail, quote: q } = assert;
import { makeScalarBigMapStore } from '@agoric/vat-data';

// #region bag utilities
/** @type { (xs: bigint[]) => bigint } */
Expand Down

0 comments on commit 0b5ee61

Please sign in to comment.