Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Apr 13, 2024
1 parent 615490c commit d771ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hints/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use crate::hints::types::{DescentMap, PatriciaSkipValidationRunner, Preimage};
use crate::hints::vars;
use crate::hints::vars::constants::BLOCK_HASH_CONTRACT_ADDRESS;
use crate::hints::vars::ids::{
ENTRY_POINT_RETURN_VALUES, EXECUTION_CONTEXT, INITIAL_GAS, REQUIRED_GAS, SELECTOR, SIGNATURE_LEN, SIGNATURE_START,
ENTRY_POINT_RETURN_VALUES, EXECUTION_CONTEXT, INITIAL_GAS, SELECTOR, SIGNATURE_LEN, SIGNATURE_START,
};
use crate::hints::vars::scopes::{EXECUTION_HELPER, SYSCALL_HANDLER};
use crate::io::input::StarknetOsInput;
Expand Down

0 comments on commit d771ae2

Please sign in to comment.