FIX: Cargo fmt
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
0be7d9b85a
commit
5744ae4d77
@@ -148,8 +148,9 @@ impl Lexer {
|
||||
let row_left = match row_left.parse::<i32>() {
|
||||
Ok(n) => n,
|
||||
Err(_) => {
|
||||
return Err(self
|
||||
.set_error(&format!("Failed parsing row {row_left}"), position))
|
||||
return Err(
|
||||
self.set_error(&format!("Failed parsing row {row_left}"), position)
|
||||
)
|
||||
}
|
||||
};
|
||||
let row_right = match row_right.parse::<i32>() {
|
||||
|
||||
Reference in New Issue
Block a user