Skip to content

Commit 0b5931f

Browse files
committed
chore: fix minor formatting issue
1 parent c206709 commit 0b5931f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/core/widgets/input_dialog.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class InputDialog extends StatelessWidget {
8787
this.keyboardType,
8888
this.formatter,
8989
required String initialValue,
90-
}) : maxLines = (type == InputDialogs.multiLine) ? 5 : 1 {
90+
}) : maxLines = (type == InputDialogs.multiLine) ? 5 : 1 {
9191
controller.text = initialValue;
9292
controller.selection = TextSelection(
9393
baseOffset: 0,

0 commit comments

Comments
 (0)