1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-28 17:51:44 +00:00

change imports

This commit is contained in:
abhinavcool42
2025-11-02 11:55:30 +05:30
parent 2af7be1b65
commit 8b09724420
+1 -1
View File
@@ -16,7 +16,7 @@ use std::io::{BufReader, Write};
use std::path::Path;
use std::process;
use bat::output::{OutputType, OutputHandle};
use bat::output::{OutputHandle, OutputType};
use bat::theme::DetectColorScheme;
use nu_ansi_term::Color::Green;
use nu_ansi_term::Style;