Skip to content

Commit

Permalink
fix: bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Oct 3, 2024
1 parent 315bb65 commit be47f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pop-drink/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub use drink::*;
pub use ink_sandbox::api::{assets_api::AssetsAPI};
pub use ink_sandbox::api::assets_api::AssetsAPI;
pub use sp_io::TestExternalities;
pub use frame_support::{self, sp_runtime::DispatchError, assert_ok};
pub use session::{error::SessionError, ContractBundle, Session, NO_SALT};
Expand Down

0 comments on commit be47f83

Please sign in to comment.