Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
petscheit committed Feb 3, 2025
1 parent 7a53c3c commit ca9086e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use std::env;

use cairo_vm::{types::relocatable::Relocatable, vm::vm_core::VirtualMachine, Felt252};
use reqwest::Url;
use serde_json::Value;
use syscall_handler::{traits::CallHandler, SyscallExecutionError, SyscallResult};
use types::{
cairo::{
Expand All @@ -12,7 +13,6 @@ use types::{
keys::starknet::header::{CairoKey, Key},
HERODOTUS_STAGING_INDEXER,
};
use serde_json::Value;

#[derive(Debug, Default)]
pub struct HeaderCallHandler;
Expand Down

0 comments on commit ca9086e

Please sign in to comment.