Skip to content

Commit

Permalink
Rustfmt police
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwalton committed Dec 11, 2024
1 parent 800efa3 commit 8bfa3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3d/mixed_lighting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enum LightingMode {
}

/// An event that's fired whenever the user changes the lighting mode.
///
///
/// This is also fired when the scene loads for the first time.
#[derive(Clone, Copy, Default, Event)]
struct LightingModeChanged;
Expand Down

0 comments on commit 8bfa3b2

Please sign in to comment.