Skip to content

Commit

Permalink
revert: formatting to clipboard_button.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet authored Jan 18, 2025
1 parent 5dcf5d5 commit 54c3bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/toolbar/buttons/clipboard_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ClipboardMonitor {

if (add) {
_timer = Timer.periodic(
const Duration(seconds: 1), (timer) => _update(listener));
const Duration(seconds: 1), (timer) => _update(listener));
} else {
_timer?.cancel();
}
Expand Down

0 comments on commit 54c3bef

Please sign in to comment.