Skip to content

Commit 4ccc9fb

Browse files
committed
Apply auto-format
1 parent 9e232a5 commit 4ccc9fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

simplistic_editor/lib/basic_text_input_client.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ class BasicTextInputClientState extends State<BasicTextInputClient>
6767
}
6868

6969
@override
70-
void didChangeInputControl(TextInputControl? oldControl, TextInputControl? newControl) {
70+
void didChangeInputControl(
71+
TextInputControl? oldControl, TextInputControl? newControl) {
7172
if (_hasFocus && _hasInputConnection) {
7273
oldControl?.hide();
7374
newControl?.show();
@@ -771,7 +772,8 @@ class BasicTextInputClientState extends State<BasicTextInputClient>
771772
textAlign: TextAlign.left,
772773
textDirection: _textDirection,
773774
locale: Localizations.maybeLocaleOf(context),
774-
textHeightBehavior: DefaultTextHeightBehavior.maybeOf(context),
775+
textHeightBehavior:
776+
DefaultTextHeightBehavior.maybeOf(context),
775777
textWidthBasis: TextWidthBasis.parent,
776778
obscuringCharacter: '•',
777779
obscureText:

0 commit comments

Comments
 (0)