Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Samoticha committed Aug 12, 2023
1 parent 92658d9 commit 7b81123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ class MacOSBrightnessOverrideHandler {

/// A class that listens for changes to the application's main window.
///
/// A common use-case for responding to such changes would be to mute the colors of certain
/// primary UI elements when the window is no longer in focus, which is something native
/// macOS applications do out of the box.
/// A common use-case for responding to such changes would be to mute the colors
/// of certain primary UI elements when the window is no longer in focus, which
/// is something native macOS applications do out of the box.
class WindowMainStateListener {
/// A shared instance of [WindowMainStateListener].
static final instance = WindowMainStateListener();
Expand Down

0 comments on commit 7b81123

Please sign in to comment.