Skip to content

Commit

Permalink
Make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Nov 8, 2023
1 parent eb78377 commit c9fafa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions crates/ink/src/chain_extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ macro_rules! combine_extensions {
}

const _: () = {
/// Each chain extension has an abstract type $name that describes
/// Each chain extension has an abstract type `$name` that describes
/// it and the actual instance that provides access to methods.
/// This structure is an instance that is returned by the `self.env().extension()` call.
///
Expand All @@ -172,4 +172,4 @@ macro_rules! combine_extensions {
}
};
}
}
}
8 changes: 3 additions & 5 deletions integration-tests/combined-extension/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#![cfg_attr(not(feature = "std"), no_std, no_main)]

use ink::{
env::{
DefaultEnvironment,
Environment,
},
use ink::env::{
DefaultEnvironment,
Environment,
};
use psp22_extension::Psp22Extension;
use rand_extension::{
Expand Down

0 comments on commit c9fafa1

Please sign in to comment.