Cargo fmt

pull/877/head
sharkdp 4 years ago committed by David Peter
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…
Cancel
Save