Skip to content

Commit

Permalink
Code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
koxu1996 committed Jul 25, 2024
1 parent 6a0bd66 commit e9188c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kairos-server/src/routes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ pub use contract_hash::contract_hash_handler;
pub use deposit::deposit_handler;
#[cfg(feature = "deposit-mock")]
pub use deposit_mock::deposit_mock_handler;
pub use get_chain_name::get_chain_name_handler;
#[cfg(feature = "database")]
pub use fetch::query_transactions_handler;
pub use get_chain_name::get_chain_name_handler;
pub use get_nonce::get_nonce_handler;
pub use transfer::transfer_handler;
pub use withdraw::withdraw_handler;
Expand Down

0 comments on commit e9188c8

Please sign in to comment.