Skip to content

Commit e03cef5

Browse files
EchoElletMaksim-Nikolaev
authored andcommitted
revert: formatting to clipboard_button.dart
1 parent a58d4e6 commit e03cef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/toolbar/buttons/clipboard_button.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ClipboardMonitor {
2929

3030
if (add) {
3131
_timer = Timer.periodic(
32-
const Duration(seconds: 1), (timer) => _update(listener));
32+
const Duration(seconds: 1), (timer) => _update(listener));
3333
} else {
3434
_timer?.cancel();
3535
}

0 commit comments

Comments
 (0)