Skip to content

Commit

Permalink
Manually fix fmt that cargo fmt doesn't want to fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed May 31, 2020
1 parent 9a944be commit ea5b0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub(crate) type CommandQueue = VecDeque<(Target, Command)>;
/// Generally, container widgets don't contain other widgets directly,
/// but rather contain a `WidgetPod`, which has additional state needed
/// for layout and for the widget to participate in event flow.
///
///
/// `WidgetPod` will translate internal druid events to regular events,
/// synthesize additional events of interest, and stop propagation when it makes sense.
///
Expand Down

0 comments on commit ea5b0b9

Please sign in to comment.