Skip to content

Commit

Permalink
Remove unneccesary mut
Browse files Browse the repository at this point in the history
  • Loading branch information
Niederb committed May 21, 2024
1 parent 036cbfa commit e945f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/rpc_api/author.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ pub trait SubmitAndWatch {

async fn populate_events(
&self,
mut report: ExtrinsicReport<Self::Hash>,
report: ExtrinsicReport<Self::Hash>,
) -> Result<ExtrinsicReport<Self::Hash>>;
}

Expand Down

0 comments on commit e945f9e

Please sign in to comment.