File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
framework/packages/abstract-sdk/src/apis Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ pub trait AuthZInterface: AccountExecutor {
35
35
/// API for accessing the Cosmos SDK AuthZ module.
36
36
/// The **granter** is the address of the user **granting** an authorization to perform an action on their behalf.
37
37
/// By default, it is the address of the Account.
38
-
38
+ ///
39
39
/// ```
40
40
/// use abstract_sdk::prelude::*;
41
41
/// # use cosmwasm_std::testing::mock_dependencies;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ pub trait GrantInterface: AccountExecutor {
22
22
/// API for accessing the Cosmos SDK FeeGrant module.
23
23
/// The **granter** is the address of the user granting an allowance of their funds.
24
24
/// By default, it is the account address.
25
-
25
+ ///
26
26
/// ```
27
27
/// use abstract_sdk::prelude::*;
28
28
/// # use cosmwasm_std::testing::mock_dependencies;
You can’t perform that action at this time.
0 commit comments