mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-29 22:11:34 +00:00
style(widget): inline format arguments (#279)
This commit is contained in:
parent
669a4d5652
commit
bfcc5504bb
@ -90,10 +90,10 @@ impl Debug for Borders {
|
||||
continue;
|
||||
}
|
||||
if first {
|
||||
write!(f, "{}", name)?;
|
||||
write!(f, "{name}")?;
|
||||
first = false;
|
||||
} else {
|
||||
write!(f, " | {}", name)?;
|
||||
write!(f, " | {name}")?;
|
||||
}
|
||||
}
|
||||
Ok(())
|
||||
|
Loading…
x
Reference in New Issue
Block a user