Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Jan 4, 2023
1 parent dd3a5f4 commit 1679315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plume-models/src/blogs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl Blog {

if inserted.fqn.is_empty() {
if instance.local {
inserted.fqn = iri_percent_encode_seg(&inserted.actor_id.clone());
inserted.fqn = iri_percent_encode_seg(&inserted.actor_id);
} else {
inserted.fqn = format!(
"{}@{}",
Expand Down

0 comments on commit 1679315

Please sign in to comment.