Skip to content

Commit

Permalink
Update sdk/src/client/node_api/participation.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <[email protected]>
  • Loading branch information
thibault-martinez and Thoralf-M authored Sep 25, 2023
1 parent 11c2f8b commit 37b3156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/client/node_api/participation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl ClientInner {
self.get_request(
&route,
milestone_index
.map(|index| format!("milestoneIndex={}", index.to_string()))
.map(|index| format!("milestoneIndex={index}"))
.as_deref(),
false,
false,
Expand Down

0 comments on commit 37b3156

Please sign in to comment.