mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	cargo fmt
This commit is contained in:
		@@ -120,11 +120,7 @@ impl HighlightingAssets {
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        Ok(HighlightingAssets::new(
 | 
			
		||||
            Some(syntax_set),
 | 
			
		||||
            None,
 | 
			
		||||
            theme_set,
 | 
			
		||||
        ))
 | 
			
		||||
        Ok(HighlightingAssets::new(Some(syntax_set), None, theme_set))
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    pub fn from_cache(cache_path: &Path) -> Result<Self> {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user