Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
posaune0423 committed Sep 26, 2024
1 parent 26012e5 commit a88ba9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub trait IMyAppActions<TContractState> {
#[dojo::contract(namespace: "pixelaw", nomapping: true)]
pub mod myapp_actions {
use debug::PrintTrait;
use myapp::constants::{APP_KEY, APP_ICON};
use pixelaw::core::actions::{
IActionsDispatcher as ICoreActionsDispatcher,
IActionsDispatcherTrait as ICoreActionsDispatcherTrait
Expand All @@ -24,7 +25,6 @@ pub mod myapp_actions {
get_tx_info, get_caller_address, get_contract_address, get_execution_info,
contract_address_const, ContractAddress
};
use myapp::constants::{APP_KEY, APP_ICON};

use super::IMyAppActions;

Expand Down
4 changes: 2 additions & 2 deletions src/lib.cairo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub mod constants;
pub mod app;
mod tests;
pub mod constants;
mod tests;

0 comments on commit a88ba9b

Please sign in to comment.