Format!
This commit is contained in:
		
							parent
							
								
									3018db7dd1
								
							
						
					
					
						commit
						0c3d77b90b
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue