mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-26 00:08:54 +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.
|
/// A very simple colorized `cat` clone, using `bat` as a library.
|
||||||
/// See `src/bin/bat` for the full `bat` application.
|
/// See `src/bin/bat` for the full `bat` application.
|
||||||
|
|
||||||
use bat::{
|
use bat::{
|
||||||
config::{Config, InputFile, StyleComponent, StyleComponents},
|
config::{Config, InputFile, StyleComponent, StyleComponents},
|
||||||
Controller, HighlightingAssets,
|
Controller, HighlightingAssets,
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
/// A simple program that prints its own source code using the bat library
|
/// A simple program that prints its own source code using the bat library
|
||||||
|
|
||||||
use bat::{
|
use bat::{
|
||||||
config::{Config, InputFile},
|
config::{Config, InputFile},
|
||||||
Controller, HighlightingAssets,
|
Controller, HighlightingAssets,
|
||||||
|
Loading…
Reference in New Issue
Block a user