Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart committed May 21, 2024
1 parent 3b409ff commit ff44ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/src/swaparoo.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import {
import { ParamTypes } from '@agoric/governance/src/constants.js';
import { CONTRACT_ELECTORATE } from '@agoric/governance/src/contractGovernance/governParam.js';
import { handleParamGovernance } from '@agoric/governance/src/contractHelper.js';
import { provide } from '@agoric/vat-data';
import { makeCollectFeesInvitation } from './collectFees.js';
import { fixHub } from './fixHub.js';
import { provide } from '@agoric/vat-data';

/** @template [Slot=unknown] @typedef {import('@endo/marshal').Marshal<Slot>} Marshaller */

Expand Down

0 comments on commit ff44ea3

Please sign in to comment.