Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weigelt committed Oct 23, 2024
1 parent 3fc8484 commit 7c5d14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/execution_environment/src/execution_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ impl ExecutionEnvironment {

Ok(Ic00Method::SubnetMetrics) => {
let res = SubnetMetricsArgs::decode(payload)
.and_then(|args| self.subnet_stats(&registry_settings, args));
.and_then(|args| self.subnet_stats(registry_settings, args));
ExecuteSubnetMessageResult::Finished {
response: res,
refund: msg.take_cycles(),
Expand Down

0 comments on commit 7c5d14a

Please sign in to comment.