Skip to content

Commit b9070ba

Browse files
committed
satisfy rust_fmt
1 parent 27a9bfc commit b9070ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use egui::{color_picker::color_picker_color32, Context, TextEdit, Window};
1+
use egui::{Context, TextEdit, Window, color_picker::color_picker_color32};
22

33
impl super::MyApp {
44
pub fn show_settings(&mut self, ctx: &Context) {

src/multimeter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use phf::{phf_ordered_map, OrderedMap};
1+
use phf::{OrderedMap, phf_ordered_map};
22

33
/// A trait that must be implemented for all SCPI command structs.
44
/// Gets passed the struct instance itself and the selected option name

0 commit comments

Comments
 (0)