Skip to content

Commit

Permalink
dartformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim-Nikolaev committed Jan 5, 2025
1 parent ac00d45 commit 956b2d2
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 @@ -30,7 +30,7 @@ class ClipboardMonitor {
_timer?.cancel();
}
}

Future<void> _update(void Function() listener) async {
// If the clipboard is already being checked, return early.
if (_isCheckingClipboard) {
Expand Down

0 comments on commit 956b2d2

Please sign in to comment.