summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-03-21 22:25:08 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-21 23:53:53 +0100
commit0550a286bdfefd8673e4689ca39aae8e2c78fb78 (patch)
treeb44e5f7c0f1cd53f7a087603a7452d11c62acd16 /examples
parentdfe5eb3e989e87db04a3af900d2c49c49308bc0b (diff)
Cargo fmt
Diffstat (limited to 'examples')
-rw-r--r--examples/cat.rs1
-rw-r--r--examples/simple.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/cat.rs b/examples/cat.rs
index 99bf1add..73d8bb2b 100644
--- a/examples/cat.rs
+++ b/examples/cat.rs
@@ -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,
diff --git a/examples/simple.rs b/examples/simple.rs
index 5fba7547..009e10c7 100644
--- a/examples/simple.rs
+++ b/examples/simple.rs
@@ -1,5 +1,4 @@
/// A simple program that prints its own source code using the bat library
-
use bat::{
config::{Config, InputFile},
Controller, HighlightingAssets,