Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Sep 27, 2024
1 parent 7215ca4 commit 5dac540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhio-core/src/operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ where
let extensions = RhioExtensions {
subject: Some(subject.to_owned()),
blob_hash,
topic: Some(topic_id.clone().into()),
topic: Some(topic_id.into()),
..Default::default()
};

Expand Down

0 comments on commit 5dac540

Please sign in to comment.