summaryrefslogtreecommitdiffstats
path: root/src/app/widgets/process_table/proc_widget_data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/widgets/process_table/proc_widget_data.rs')
-rw-r--r--src/app/widgets/process_table/proc_widget_data.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app/widgets/process_table/proc_widget_data.rs b/src/app/widgets/process_table/proc_widget_data.rs
index 4957c87f..acb33af4 100644
--- a/src/app/widgets/process_table/proc_widget_data.rs
+++ b/src/app/widgets/process_table/proc_widget_data.rs
@@ -6,6 +6,7 @@ use std::{
use concat_string::concat_string;
use tui::{text::Text, widgets::Row};
+use super::proc_widget_column::ProcColumn;
use crate::{
app::data_harvester::processes::ProcessHarvest,
canvas::Painter,
@@ -15,8 +16,6 @@ use crate::{
Pid,
};
-use super::proc_widget_column::ProcColumn;
-
#[derive(Clone)]
enum IdType {
Name(String),