Skip to content

Commit

Permalink
rustfmt broken my code, fix bug in plot.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkLoc committed Apr 13, 2024
1 parent 482cce7 commit 1b7021b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/plot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::utils::file_reader;
use anyhow::Result;
use colored::*;
use log::*;
use plotters::prelude::*;
use plotters::{style::Color,prelude::*};
use std::collections::BTreeMap;
use std::io::BufRead;
use std::time::Instant;
Expand Down

0 comments on commit 1b7021b

Please sign in to comment.