Clippy
This commit is contained in:
@@ -86,7 +86,7 @@ impl Blog {
|
|||||||
|
|
||||||
if inserted.fqn.is_empty() {
|
if inserted.fqn.is_empty() {
|
||||||
if instance.local {
|
if instance.local {
|
||||||
inserted.fqn = iri_percent_encode_seg(&inserted.actor_id.clone());
|
inserted.fqn = iri_percent_encode_seg(&inserted.actor_id);
|
||||||
} else {
|
} else {
|
||||||
inserted.fqn = format!(
|
inserted.fqn = format!(
|
||||||
"{}@{}",
|
"{}@{}",
|
||||||
|
|||||||
Reference in New Issue
Block a user