cargo fmt #321

Merged
sb10q merged 1 commits from abdul124/artiq-zynq:master into master 2024-08-23 19:12:01 +08:00
1 changed files with 1 additions and 1 deletions

View File

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