Skip to content

Commit 96be87f

Browse files
committed
reformat
1 parent aa9de8f commit 96be87f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

druid/src/event.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,13 +453,13 @@ impl LifeCycle {
453453
let mut view_ctx = view_ctx.to_owned();
454454
view_ctx.last_mouse_position = None;
455455
LifeCycle::ViewContextChanged(view_ctx)
456-
},
456+
}
457457
LifeCycle::Internal(InternalLifeCycle::RouteViewContextChanged(view_ctx)) => {
458458
let mut view_ctx = view_ctx.to_owned();
459459
view_ctx.last_mouse_position = None;
460460
LifeCycle::Internal(InternalLifeCycle::RouteViewContextChanged(view_ctx))
461-
},
462-
_ => self.to_owned()
461+
}
462+
_ => self.to_owned(),
463463
}
464464
} else {
465465
self.to_owned()

0 commit comments

Comments
 (0)