Skip to content

Commit 2c6a333

Browse files
committed
cargo clippy
1 parent 7774bdf commit 2c6a333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/application.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ pub async fn seed_ethereum(app: Application<Ethereum>) -> Result<(), Box<dyn std
397397
app: Application<Ethereum>,
398398
campaign: &ChainOf<Campaign>,
399399
) -> Result<(), Box<dyn std::error::Error>> {
400-
let channel_context = ChainOf::of_channel(&campaign);
400+
let channel_context = ChainOf::of_channel(campaign);
401401

402402
let spendable = Spendable {
403403
spender: campaign.context.creator,

0 commit comments

Comments
 (0)