Skip to content

Commit 601e654

Browse files
committed
fmt
1 parent 36ec5b2 commit 601e654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lact-gui/src/app/animation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::rc::Rc;
33
use std::time::Instant;
44

55
use gtk::glib::{ControlFlow, WeakRef};
6-
use gtk::{prelude::*, TickCallbackId};
6+
use gtk::{TickCallbackId, prelude::*};
77

88
const STIFFNESS: f64 = 200.0;
99
const DAMPING_COEFFICIENT: f64 = 20.0;

0 commit comments

Comments
 (0)