Adjust for style
This commit is contained in:
parent
b861469319
commit
cfd4d41a73
1 changed files with 3 additions and 3 deletions
|
@ -45,10 +45,10 @@ pub(super) async fn format_status(
|
||||||
Ok(format!(
|
Ok(format!(
|
||||||
"{}{}",
|
"{}{}",
|
||||||
ancestor,
|
ancestor,
|
||||||
if !thread.is_empty() {
|
if thread.is_empty() {
|
||||||
format!("\n{}", thread)
|
|
||||||
} else {
|
|
||||||
String::default()
|
String::default()
|
||||||
|
} else {
|
||||||
|
format!("\n{}", thread)
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue