Skip to content

Commit

Permalink
fix: run scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Sep 5, 2024
1 parent 2150f85 commit 42ce58b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/appchain.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ mod appchain {
OwnableComponent as ownable_cpt, OwnableComponent::InternalTrait as OwnableInternal,
interface::IOwnable
};
use openzeppelin::upgrades::{
UpgradeableComponent as upgradeable_cpt,
UpgradeableComponent::InternalTrait as UpgradeableInternal, interface::IUpgradeable
};
use openzeppelin::security::reentrancyguard::{
ReentrancyGuardComponent,
ReentrancyGuardComponent::InternalTrait as InternalReentrancyGuardImpl
};
use openzeppelin::upgrades::{
UpgradeableComponent as upgradeable_cpt,
UpgradeableComponent::InternalTrait as UpgradeableInternal, interface::IUpgradeable
};
use piltover::components::onchain_data_fact_tree_encoder::{
encode_fact_with_onchain_data, DataAvailabilityFact
};
Expand Down

0 comments on commit 42ce58b

Please sign in to comment.