mirror of https://github.com/astral-sh/ruff
Move (c)format basic implementations to rustpython-common
This commit is contained in:
parent
92b2574d52
commit
f8787a9377
|
|
@ -81,7 +81,7 @@ impl Indentations {
|
|||
fn current(&self) -> &IndentationLevel {
|
||||
self.indent_stack
|
||||
.last()
|
||||
.expect("Indetations must have at least one level")
|
||||
.expect("Indentations must have at least one level")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue