Skip to content

Commit

Permalink
fix(liquidationVisibility): #4 lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anilhelvaci committed Feb 16, 2024
1 parent 7628d6e commit a39f547
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import {
makeRatio,
} from '@agoric/zoe/src/contractSupport/index.js';
import { headValue } from '../supports.js';
import exp from "constants";
import { getDataFromVstorage } from "./tools.js";
import { getDataFromVstorage } from './tools.js';

export const assertBidderPayout = async (
t,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ import {
openVault,
getMetricTrackers,
adjustVault,
closeVault, getDataFromVstorage
} from "./tools.js";
closeVault,
getDataFromVstorage,
} from './tools.js';
import {
assertBidderPayout,
assertCollateralProceeds,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { test } from '@agoric/zoe/tools/prepare-test-env-ava.js';
import { E } from '@endo/far';
import { makeImportContext} from "@agoric/smart-wallet/src/marshal-contexts.js";
import { makeImportContext } from '@agoric/smart-wallet/src/marshal-contexts.js';
import { makeMockChainStorageRoot } from '../supports.js';
import { getDataFromVstorage } from './tools.js';
import { assertNodeInStorage } from "./assertions.js";
import { assertNodeInStorage } from './assertions.js';

const {
fromBoard: { toCapData },
Expand Down

0 comments on commit a39f547

Please sign in to comment.