From 2d753a621ede0806ae8ee79b2ba20ef6d0fb08f7 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Wed, 19 Jul 2023 07:01:13 +0800 Subject: [PATCH] Fix super tiny space formatting (hope we have auto formatter in the future) (#127479) Just fix a space... I do hope we can have the auto formatter enabled in the future! --- packages/flutter/lib/src/material/text_field.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/text_field.dart b/packages/flutter/lib/src/material/text_field.dart index 9b71adbdc9..aa8f715bf9 100644 --- a/packages/flutter/lib/src/material/text_field.dart +++ b/packages/flutter/lib/src/material/text_field.dart @@ -805,7 +805,7 @@ class TextField extends StatefulWidget { decoration: TextDecoration.underline, decorationColor: Colors.red, decorationStyle: TextDecorationStyle.wavy, - ); + ); /// Default builder for [TextField]'s spell check suggestions toolbar. ///