Skip to content

Commit

Permalink
scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jan 15, 2024
1 parent f754e65 commit f2c89f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timelock.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ struct ExecutionWindow {
#[starknet::contract]
mod Timelock {
use core::hash::LegacyHash;
use core::num::traits::zero::{Zero};
use governance::call_trait::{CallTrait, HashCall};
use starknet::{
get_caller_address, get_contract_address, SyscallResult, syscalls::call_contract_syscall,
Expand All @@ -87,7 +88,6 @@ mod Timelock {
ITimelock, ContractAddress, Call, TimelockConfig, ExecutionState,
TimelockConfigStorePacking, ExecutionStateStorePacking, ExecutionWindow
};
use core::num::traits::zero::{Zero};


#[derive(starknet::Event, Drop)]
Expand Down

0 comments on commit f2c89f2

Please sign in to comment.