From 0550a286bdfefd8673e4689ca39aae8e2c78fb78 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 21 Mar 2020 22:25:08 +0100 Subject: [PATCH] Cargo fmt --- examples/cat.rs | 1 - examples/simple.rs | 1 - 2 files changed, 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,