Skip to content

Commit 7bb5770

Browse files
committed
Fix CS
1 parent 9b15d28 commit 7bb5770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use crate::{
2121
input::InputEvent,
2222
store::{
2323
activity::ActivityStore,
24-
polyline_compare::{self, compare},
24+
polyline_compare::{compare},
2525
},
2626
};
2727
use crate::{

0 commit comments

Comments
 (0)