mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-12 00:02:28 +01:00
Code formatting
This commit is contained in:
@@ -53,7 +53,7 @@ pub(crate) trait Printer {
|
||||
}
|
||||
|
||||
pub struct SimplePrinter<'a> {
|
||||
config: &'a Config<'a>
|
||||
config: &'a Config<'a>,
|
||||
}
|
||||
|
||||
impl<'a> SimplePrinter<'a> {
|
||||
|
Reference in New Issue
Block a user