We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bde44 commit fdf71b7Copy full SHA for fdf71b7
lib/src/ui/codelessly_error_screen.dart
@@ -89,7 +89,8 @@ class CodelesslyErrorScreen extends StatelessWidget {
89
break;
90
}
91
} else {
92
- message = 'An unexpected error happened!${exception != null ? '\n$exception' : ''}';
+ message =
93
+ 'An unexpected error happened!${exception != null ? '\n$exception' : ''}';
94
95
return FittedBox(
96
fit: BoxFit.scaleDown,
0 commit comments