summaryrefslogtreecommitdiffstats
path: root/src/style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.rs')
-rw-r--r--src/style.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.rs b/src/style.rs
index e2b68d5d..6b11725f 100644
--- a/src/style.rs
+++ b/src/style.rs
@@ -3,8 +3,8 @@ use std::process;
use ansi_term;
use bitflags::bitflags;
-use crate::cli::unreachable;
use crate::color;
+use crate::config::unreachable;
#[derive(Clone, Copy, Debug, PartialEq)]
pub struct Style {