summaryrefslogtreecommitdiffstats
path: root/src/widgets/cpu_graph.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/cpu_graph.rs')
-rw-r--r--src/widgets/cpu_graph.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/cpu_graph.rs b/src/widgets/cpu_graph.rs
index d3a304f0..ff52b617 100644
--- a/src/widgets/cpu_graph.rs
+++ b/src/widgets/cpu_graph.rs
@@ -15,8 +15,8 @@ use crate::{
},
data_collection::cpu::CpuDataType,
data_conversion::CpuWidgetData,
- options::CpuDefault,
- utils::gen_util::truncate_to_text,
+ options::config::CpuDefault,
+ utils::general::truncate_to_text,
};
#[derive(Default)]