1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-05 18:31:06 +01:00

Cargo fmt

This commit is contained in:
sharkdp 2020-03-21 22:25:08 +01:00 committed by David Peter
parent dfe5eb3e98
commit 0550a286bd
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -1,5 +1,4 @@
/// A simple program that prints its own source code using the bat library
use bat::{
config::{Config, InputFile},
Controller, HighlightingAssets,