mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Run cargo fmt
This commit is contained in:
		@@ -28,10 +28,10 @@ mod printer;
 | 
				
			|||||||
mod style;
 | 
					mod style;
 | 
				
			||||||
mod terminal;
 | 
					mod terminal;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					use std::collections::HashSet;
 | 
				
			||||||
use std::io;
 | 
					use std::io;
 | 
				
			||||||
use std::path::Path;
 | 
					use std::path::Path;
 | 
				
			||||||
use std::process;
 | 
					use std::process;
 | 
				
			||||||
use std::collections::HashSet;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
use ansi_term::Colour::Green;
 | 
					use ansi_term::Colour::Green;
 | 
				
			||||||
use ansi_term::Style;
 | 
					use ansi_term::Style;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user