From 7b81123191ec09745d68884b9b3d4cb58ab21cfe Mon Sep 17 00:00:00 2001 From: Adrian Samoticha Date: Sat, 12 Aug 2023 20:42:00 +0200 Subject: [PATCH] improve formatting --- lib/src/utils.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index b67fec3d..18c42a97 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -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();