Skip to content

Commit

Permalink
scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Aug 17, 2024
1 parent 5174246 commit 29dd52a
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 159 deletions.
9 changes: 3 additions & 6 deletions onchain/src/interfaces/jediswap.cairo
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
use afk::types::jediswap_types::{MintParams, IncreaseLiquidityParams};
use starknet::{
ContractAddress, get_caller_address, contract_address_const,
ClassHash
};
use starknet::{ContractAddress, get_caller_address, contract_address_const, ClassHash};


#[starknet::interface]
pub trait IJediswapV1<TState> {// ************************************
pub trait IJediswapV1<TState> { // ************************************
// * snake_case
// ************************************

Expand All @@ -33,7 +30,7 @@ pub trait IJediswapFactoryV2<TState> {
}

#[starknet::interface]
pub trait IJediswapRouterV2<TState> {// ************************************
pub trait IJediswapRouterV2<TState> { // ************************************
// * snake_case
// ************************************

Expand Down
Loading

0 comments on commit 29dd52a

Please sign in to comment.