cargo fmt
This commit is contained in:
parent
e8d77fca3e
commit
bd1de933fb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue