Skip to content

Commit

Permalink
Scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Jan 13, 2025
1 parent 5f71429 commit 216f083
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/onchain/src/orderbook/mock.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ use onchain::orderbook::interface::IOrderbook;
mod OrderbookMock {
use core::byte_array::ByteArray;
use consensus::{types::transaction::{Transaction}};
use starknet::storage::{
StoragePointerReadAccess, StoragePointerWriteAccess,
};
use starknet::storage::{StoragePointerReadAccess, StoragePointerWriteAccess};
use starknet::{ContractAddress, get_caller_address, get_contract_address};
use utils::hash::Digest;
use utu_relay::bitcoin::block::BlockHeader;
Expand Down Expand Up @@ -162,7 +160,6 @@ mod OrderbookMock {
pub impl InternalImpl of InternalTrait {
/// Executed once when the Orderbook contract is deployed. Used to set
/// initial values for contract storage variables for the fee tokens.
fn initializer(ref self: ContractState, strk_token: ContractAddress) {
}
fn initializer(ref self: ContractState, strk_token: ContractAddress) {}
}
}

0 comments on commit 216f083

Please sign in to comment.