mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-09 22:25:23 +00:00
Move (c)format basic implementations to rustpython-common
This commit is contained in:
parent
bf715ab1ca
commit
ef369a926a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue