Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed May 23, 2024
1 parent b57b45c commit 23f4129
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ pub mod fwd_call_sync_legacy;
pub mod fwd_call_transf_exec_legacy;
pub mod fwd_change_owner_legacy;
pub mod fwd_deploy_legacy;
pub mod fwd_upgrade_legacy;
pub mod fwd_esdt_legacy;
pub mod fwd_nft_legacy;
pub mod fwd_roles_legacy;
pub mod fwd_sft_legacy;
pub mod fwd_storage_legacy;
pub mod fwd_upgrade_legacy;

multiversx_sc::imports!();

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#![no_std]
#![allow(clippy::type_complexity)]

pub mod forwarder_proxy;
pub mod fwd_call_async;
pub mod fwd_call_sync;
pub mod fwd_call_transf_exec;
pub mod fwd_change_owner;
pub mod fwd_deploy;
pub mod fwd_upgrade;
pub mod fwd_esdt;
pub mod forwarder_proxy;
pub mod fwd_nft;
pub mod fwd_roles;
pub mod fwd_sft;
pub mod fwd_storage;
pub mod fwd_upgrade;
pub mod vault_proxy;

multiversx_sc::imports!();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#![no_std]
#![allow(clippy::type_complexity)]

mod common;
mod fwd_call_promise_direct;
mod fwd_call_promises;
mod fwd_call_promises_bt;
pub mod fwd_call_sync_bt;
mod common;
pub mod vault_proxy;

multiversx_sc::imports!();
Expand Down

0 comments on commit 23f4129

Please sign in to comment.