@0x/order-utils
: Prettier.
This commit is contained in:
committed by
Lawrence Forman
parent
f724212fd7
commit
a1a5bdce78
@@ -197,11 +197,10 @@ export class PoolAlreadyExistsError extends RevertError {
|
||||
|
||||
export class InvalidCobbDouglasAlphaError extends RevertError {
|
||||
constructor(numerator: BigNumber | number | string, denominator: BigNumber | number | string) {
|
||||
super(
|
||||
'InvalidCobbDouglasAlphaError',
|
||||
'InvalidCobbDouglasAlphaError(uint256 numerator, uint256 denominator)',
|
||||
{ numerator, denominator },
|
||||
);
|
||||
super('InvalidCobbDouglasAlphaError', 'InvalidCobbDouglasAlphaError(uint256 numerator, uint256 denominator)', {
|
||||
numerator,
|
||||
denominator,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user