1
0
Fork 0

cargo fmt

This commit is contained in:
abdul124 2024-08-23 17:49:14 +08:00
parent e8d77fca3e
commit bd1de933fb
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ static EXCEPTION_ID_LOOKUP: [(&str, u32); 22] = [
("ValueError", 18),
("ZeroDivisionError", 19),
("LinAlgError", 20),
("UnwrapNoneError", 21)
("UnwrapNoneError", 21),
];
pub fn get_exception_id(name: &str) -> u32 {