Skip to content

Commit

Permalink
lint(a3p): fix linting issue at ratio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes committed Oct 31, 2024
1 parent 1dd386a commit b51397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/z:acceptance/test-lib/ratio.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ export const makeRatio = (
numerator: AmountMath.make(numeratorBrand, numerator),
denominator: AmountMath.make(denominatorBrand, denominator),
});
};
};

0 comments on commit b51397a

Please sign in to comment.