mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Remove unused with_name for theme preview file
This commit is contained in:
		@@ -122,7 +122,6 @@ pub fn list_languages(config: &Config) -> Result<()> {
 | 
			
		||||
 | 
			
		||||
fn theme_preview_file<'a>() -> Input<'a> {
 | 
			
		||||
    Input::from_reader(Box::new(BufReader::new(THEME_PREVIEW_DATA)))
 | 
			
		||||
        .with_name(Some("theme.rs".as_ref()))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pub fn list_themes(cfg: &Config) -> Result<()> {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user