mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:47 +00:00
chore: Upgrade Rust to 1.67.0 (#3125)
This commit is contained in:
parent
ed33b75bad
commit
ffd8e958fc
7 changed files with 7 additions and 8 deletions
|
@ -101,7 +101,7 @@ impl std::fmt::Display for IndentStyle {
|
|||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
match self {
|
||||
IndentStyle::Tab => std::write!(f, "Tab"),
|
||||
IndentStyle::Space(size) => std::write!(f, "Spaces, size: {}", size),
|
||||
IndentStyle::Space(size) => std::write!(f, "Spaces, size: {size}"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue