1
0
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:
eth-p
2018-05-15 17:45:58 -07:00
committed by sharkdp
parent 900f61032d
commit d569693dab
5 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -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};