Clippy
This commit is contained in:
parent
dd3a5f4a5b
commit
1679315322
@ -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!(
|
||||||
"{}@{}",
|
"{}@{}",
|
||||||
|
Loading…
Reference in New Issue
Block a user