Skip to content

Commit

Permalink
Fix test rustfmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
janaknat committed Nov 7, 2023
1 parent 453035d commit ec6bfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/cpu_utilization.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extern crate ctor;

use crate::visualizer::{DataVisualizer, GetData};
use crate::data::{CollectData, Data, DataType, ProcessedData, TimeEnum};
use crate::visualizer::{DataVisualizer, GetData};
use crate::{PERFORMANCE_DATA, VISUALIZATION_DATA};
use anyhow::Result;
use chrono::prelude::*;
Expand Down

0 comments on commit ec6bfea

Please sign in to comment.