Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Oct 13, 2023
1 parent 847f315 commit 03fd91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use egui::{
};
use egui_extras::{Column, TableBuilder};
use percentage::{Percentage, PercentageInteger};
use regex::{Regex, escape};
use regex::{escape, Regex};
use serde::{Deserialize, Serialize};

use crate::data::{
Expand Down

0 comments on commit 03fd91b

Please sign in to comment.