From 0e067b436fa3889739a4abce56b6b50db2624b4a Mon Sep 17 00:00:00 2001 From: felix lee Date: Mon, 15 Jul 2024 06:30:50 +0800 Subject: [PATCH] Format code --- lib/src/widgets/quill/text_line.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/src/widgets/quill/text_line.dart b/lib/src/widgets/quill/text_line.dart index 56665013..9a311549 100644 --- a/lib/src/widgets/quill/text_line.dart +++ b/lib/src/widgets/quill/text_line.dart @@ -68,10 +68,10 @@ class _TextLineState extends State { setState(() { _metaOrControlPressed = newValue; _linkRecognizers - ..forEach((key, value) { - value.dispose(); - }) - ..clear(); + ..forEach((key, value) { + value.dispose(); + }) + ..clear(); }); } }