Skip to content

Commit

Permalink
fix: experiments on #3448 for suggesting
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Aug 25, 2021
1 parent c50e0dc commit d975ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/contractSupport/ratio.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import './types.js';
import { assert, details as X, q } from '@agoric/assert';
import { Nat } from '@agoric/nat';
import { AmountMath } from '@agoric/ertp';
import { natSafeMath } from './safeMath.js';
import { passStyleOf } from '@agoric/marshal';
import { natSafeMath } from './safeMath.js';

const { multiply, floorDivide, ceilDivide, add, subtract } = natSafeMath;

Expand Down

0 comments on commit d975ec1

Please sign in to comment.