mirror of
https://github.com/sharkdp/bat
synced 2026-07-31 18:21:43 +00:00
Formatted with newer cargo fmt.
It should pass all the checks now.
This commit is contained in:
+1
-1
@@ -19,11 +19,11 @@ extern crate syntect;
|
||||
|
||||
mod app;
|
||||
mod assets;
|
||||
mod decorations;
|
||||
mod diff;
|
||||
mod printer;
|
||||
mod style;
|
||||
mod terminal;
|
||||
mod decorations;
|
||||
|
||||
use std::fs::{self, File};
|
||||
use std::io::{self, BufRead, BufReader, Write};
|
||||
|
||||
Reference in New Issue
Block a user