2023-03: Fix end of line bug
This commit is contained in:
parent
284bae6837
commit
ea12e999c1
|
@ -81,6 +81,10 @@ fn process_matrix(matrix: &Vec<Vec<Engine>>) -> u32 {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if is_num && found_symbol {
|
||||
result += num;
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue