Format!
This commit is contained in:
parent
3018db7dd1
commit
0c3d77b90b
|
@ -64,9 +64,7 @@ fn wave_numbers(input: &str) -> IResult<&str, (usize, u8)> {
|
|||
})
|
||||
}),
|
||||
space1,
|
||||
map_res(hexordecimal, |(radix, s)| {
|
||||
u8::from_str_radix(s, radix)
|
||||
}),
|
||||
map_res(hexordecimal, |(radix, s)| u8::from_str_radix(s, radix)),
|
||||
)(input)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue