Skip to content

Commit

Permalink
format: apply cairo-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
julio4 committed Oct 5, 2023
1 parent f896d74 commit 526de62
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,7 @@ mod tests {
calldata.append_serde(token1_address);

let contract_address = utils::deploy(ConstantProductAmm::TEST_CLASS_HASH, calldata);
Deployment {
contract: IConstantProductAmmDispatcher { contract_address },
token0,
token1
}
Deployment { contract: IConstantProductAmmDispatcher { contract_address }, token0, token1 }
}

fn add_liquidity(deploy: Deployment, amount: u256) -> u256 {
Expand Down

0 comments on commit 526de62

Please sign in to comment.