Skip to content

Commit

Permalink
Apply format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarkin committed Sep 22, 2024
1 parent 6cfd0f5 commit efb7f7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/egui/src/memory/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ pub struct Options {
#[cfg_attr(feature = "serde", serde(skip))]
pub dark_style: std::sync::Arc<Style>,


/// The default style for new [`Ui`](crate::Ui):s in light mode.
#[cfg_attr(feature = "serde", serde(skip))]
pub light_style: std::sync::Arc<Style>,
Expand All @@ -189,7 +188,6 @@ pub struct Options {
/// Default: [`crate::Theme::Dark`].
pub fallback_theme: Theme,


/// The current system theme, used to choose between
/// dark and light style in case [`Self::theme_preference`] is [`ThemePreference::System`].
#[cfg_attr(feature = "serde", serde(skip))]
Expand Down

0 comments on commit efb7f7d

Please sign in to comment.