mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-31 16:02:43 +01:00 
			
		
		
		
	| @@ -23,7 +23,7 @@ namespace fmt { | ||||
|         constexpr auto parse(ParseContext& ctx) -> decltype (ctx.begin()) { | ||||
|           auto it = ctx.begin(), end = ctx.end(); | ||||
|           if (it != end && *it == ':') ++it; | ||||
|           if (*it == '>' || *it == '<' || *it == '=') { | ||||
|           if (it && (*it == '>' || *it == '<' || *it == '=')) { | ||||
|             spec = *it; | ||||
|             ++it; | ||||
|           } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex
					Alex