Skip to content

Commit 7923995

Browse files
committed
Clippy
1 parent bd9768c commit 7923995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

framework/packages/abstract-sdk/src/apis/authz.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub trait AuthZInterface: AccountExecutor {
3535
/// API for accessing the Cosmos SDK AuthZ module.
3636
/// The **granter** is the address of the user **granting** an authorization to perform an action on their behalf.
3737
/// By default, it is the address of the Account.
38-
38+
///
3939
/// ```
4040
/// use abstract_sdk::prelude::*;
4141
/// # use cosmwasm_std::testing::mock_dependencies;

framework/packages/abstract-sdk/src/apis/feegrant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub trait GrantInterface: AccountExecutor {
2222
/// API for accessing the Cosmos SDK FeeGrant module.
2323
/// The **granter** is the address of the user granting an allowance of their funds.
2424
/// By default, it is the account address.
25-
25+
///
2626
/// ```
2727
/// use abstract_sdk::prelude::*;
2828
/// # use cosmwasm_std::testing::mock_dependencies;

0 commit comments

Comments
 (0)