Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sparshg committed Oct 4, 2023
1 parent c4a52ba commit 9514f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulator/connection.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::*;
use crate::{
application::editor::{EditorMode, self},
application::editor::{self, EditorMode},
id::Id,
renderer::{vector::*, *},
};
Expand Down

0 comments on commit 9514f6f

Please sign in to comment.