mirror of
https://github.com/sharkdp/bat
synced 2026-08-01 18:31:46 +00:00
Formatted code
This commit is contained in:
committed by
David Peter
parent
82f14121bd
commit
f259ff2920
+3
-1
@@ -18,7 +18,9 @@ use encoding::{DecoderTrap, Encoding};
|
||||
|
||||
use crate::app::Config;
|
||||
use crate::assets::HighlightingAssets;
|
||||
use crate::decorations::{Decoration, GridBorderDecoration, LineChangesDecoration, LineNumberDecoration};
|
||||
use crate::decorations::{
|
||||
Decoration, GridBorderDecoration, LineChangesDecoration, LineNumberDecoration,
|
||||
};
|
||||
use crate::diff::get_git_diff;
|
||||
use crate::diff::LineChanges;
|
||||
use crate::errors::*;
|
||||
|
||||
Reference in New Issue
Block a user