From e5fe8a98719e0d34bd26b60189b837a06f49d050 Mon Sep 17 00:00:00 2001 From: X Code Date: Fri, 10 Dec 2021 08:57:06 -0800 Subject: [PATCH] Format code --- lib/src/widgets/raw_editor.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets/raw_editor.dart b/lib/src/widgets/raw_editor.dart index daa9563b..9502060a 100644 --- a/lib/src/widgets/raw_editor.dart +++ b/lib/src/widgets/raw_editor.dart @@ -734,7 +734,7 @@ class RawEditorState extends EditorState case TargetPlatform.fuchsia: case TargetPlatform.linux: case TargetPlatform.windows: - // Collapse the selection and hide the toolbar and handles. + // Collapse the selection and hide the toolbar and handles. userUpdateTextEditingValue( TextEditingValue( text: textEditingValue.text,