Skip to content

Commit

Permalink
fix rust fmt errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsky committed Oct 29, 2021
1 parent a162adf commit 7b36f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui-stylist-native/src/app.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use egui_stylist::{StylistFileDialog, StylistState};
use eframe::{egui, epi};
use egui_stylist::{StylistFileDialog, StylistState};
use std::fs::File;
use std::io::Read;
#[cfg(not(target_arch = "wasm32"))]
Expand Down

0 comments on commit 7b36f9b

Please sign in to comment.