style: fix clang-format issues
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									8b3990959b
								
							
						
					
					
						commit
						5d1862f493
					
				
					 6 changed files with 9 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -131,7 +131,8 @@ public:
 | 
			
		|||
		return "TextLoader";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	[[nodiscard]] auto load(const std::filesystem::path& file_path) const -> Assets::TextAsset::PackageData
 | 
			
		||||
	[[nodiscard]] auto load(const std::filesystem::path &file_path) const
 | 
			
		||||
	    -> Assets::TextAsset::PackageData
 | 
			
		||||
	{
 | 
			
		||||
		auto stream = std::ifstream { file_path, std::ios::binary };
 | 
			
		||||
		if (!stream.good())
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue