mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-24 23:38:56 +01:00
Cargo fmt
This commit is contained in:
parent
dfe5eb3e98
commit
0550a286bd
@ -1,6 +1,5 @@
|
||||
/// A very simple colorized `cat` clone, using `bat` as a library.
|
||||
/// See `src/bin/bat` for the full `bat` application.
|
||||
|
||||
use bat::{
|
||||
config::{Config, InputFile, StyleComponent, StyleComponents},
|
||||
Controller, HighlightingAssets,
|
||||
|
@ -1,5 +1,4 @@
|
||||
/// A simple program that prints its own source code using the bat library
|
||||
|
||||
use bat::{
|
||||
config::{Config, InputFile},
|
||||
Controller, HighlightingAssets,
|
||||
|
Loading…
Reference in New Issue
Block a user