code formating
This commit is contained in:
		@@ -64,5 +64,4 @@ bool ends_with(std::string const &value, std::string const &ending)
 | 
			
		||||
        return false;
 | 
			
		||||
    }
 | 
			
		||||
    return std::equal(ending.rbegin(), ending.rend(), value.rbegin());
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user