mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 09:42:42 +01:00 
			
		
		
		
	remove one comment that I forgot to
This commit is contained in:
		@@ -27,7 +27,6 @@ Language::Language(const std::string& id, const Bar& bar, const Json::Value& con
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
auto Language::update() -> void {
 | 
					auto Language::update() -> void {
 | 
				
			||||||
  // fix ampersands
 | 
					 | 
				
			||||||
  std::lock_guard<std::mutex> lg(mutex_);
 | 
					  std::lock_guard<std::mutex> lg(mutex_);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!format_.empty()) {
 | 
					  if (!format_.empty()) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user