cargo fmt

This commit is contained in:
2024-03-17 12:20:25 -06:00
parent 9df98f263e
commit 1343f4fd2b
3 changed files with 3 additions and 6 deletions

View File

@@ -16,9 +16,9 @@ use egui::{
use globset::Glob;
use objdiff_core::{
config::{ProjectObject, DEFAULT_WATCH_PATTERNS},
diff::X86Formatter,
};
use self_update::cargo_crate_version;
use objdiff_core::diff::X86Formatter;
use crate::{
app::{AppConfig, AppConfigRef, ObjectConfig},