mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 20:51:56 +00:00 
			
		
		
		
	Formatting fix for Crystal nightly
Changes added by https://github.com/crystal-lang/crystal/pull/12951
This commit is contained in:
		| @@ -20,7 +20,7 @@ module JSONFilter | ||||
|       /^\(|\(\(|\/\(/ | ||||
|     end | ||||
|  | ||||
|     def self.parse_fields(fields_text : String) : Nil | ||||
|     def self.parse_fields(fields_text : String, &) : Nil | ||||
|       if fields_text.empty? | ||||
|         raise FieldsParser::ParseError.new "Fields is empty" | ||||
|       end | ||||
| @@ -42,7 +42,7 @@ module JSONFilter | ||||
|       parse_nest_groups(fields_text) { |nest_list| yield nest_list } | ||||
|     end | ||||
|  | ||||
|     def self.parse_single_nests(fields_text : String) : Nil | ||||
|     def self.parse_single_nests(fields_text : String, &) : Nil | ||||
|       single_nests = remove_nest_groups(fields_text) | ||||
|  | ||||
|       if !single_nests.empty? | ||||
| @@ -60,7 +60,7 @@ module JSONFilter | ||||
|       end | ||||
|     end | ||||
|  | ||||
|     def self.parse_nest_groups(fields_text : String) : Nil | ||||
|     def self.parse_nest_groups(fields_text : String, &) : Nil | ||||
|       nest_stack = [] of NamedTuple(group_name: String, closing_bracket_index: Int64) | ||||
|       bracket_pairs = get_bracket_pairs(fields_text, true) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samantaz Fox
					Samantaz Fox