Skip to content

Commit

Permalink
update case
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vierling committed Dec 22, 2022
1 parent dd7c725 commit e964419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl std::str::FromStr for Region {
"AS923_1C" => Ok(Region::As9231c),
"AS923_1D" => Ok(Region::As9231d),
"AS923_1E" => Ok(Region::As9231e),
"AS923_1f" => Ok(Region::As9231f),
"AS923_1F" => Ok(Region::As9231f),
"AS923_2" => Ok(Region::As9232),
"AS923_3" => Ok(Region::As9233),
"AS923_4" => Ok(Region::As9234),
Expand Down

0 comments on commit e964419

Please sign in to comment.