🚨 fix linter warning
This commit is contained in:
		
							parent
							
								
									ffe0e3d70f
								
							
						
					
					
						commit
						323cf95d8c
					
				
					 2 changed files with 6 additions and 16 deletions
				
			
		|  | @ -1083,6 +1083,9 @@ class binary_reader | |||
|             case 0xBD: | ||||
|             case 0xBE: | ||||
|             case 0xBF: | ||||
|             case 0xD9: // str 8
 | ||||
|             case 0xDA: // str 16
 | ||||
|             case 0xDB: // str 32
 | ||||
|             { | ||||
|                 string_t s; | ||||
|                 return get_msgpack_string(s) and sax->string(s); | ||||
|  | @ -1157,14 +1160,6 @@ class binary_reader | |||
|                 return get_number(input_format_t::msgpack, number) and sax->number_integer(number); | ||||
|             } | ||||
| 
 | ||||
|             case 0xD9: // str 8
 | ||||
|             case 0xDA: // str 16
 | ||||
|             case 0xDB: // str 32
 | ||||
|             { | ||||
|                 string_t s; | ||||
|                 return get_msgpack_string(s) and sax->string(s); | ||||
|             } | ||||
| 
 | ||||
|             case 0xDC: // array 16
 | ||||
|             { | ||||
|                 std::uint16_t len; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue