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!(
|
||||
"{}{}",
|
||||
ancestor,
|
||||
if !thread.is_empty() {
|
||||
format!("\n{}", thread)
|
||||
} else {
|
||||
if thread.is_empty() {
|
||||
String::default()
|
||||
} else {
|
||||
format!("\n{}", thread)
|
||||
}
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue