Skip to content

Commit fdf71b7

Browse files
committed
Fix code formatting
1 parent 80bde44 commit fdf71b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/ui/codelessly_error_screen.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ class CodelesslyErrorScreen extends StatelessWidget {
8989
break;
9090
}
9191
} else {
92-
message = 'An unexpected error happened!${exception != null ? '\n$exception' : ''}';
92+
message =
93+
'An unexpected error happened!${exception != null ? '\n$exception' : ''}';
9394
}
9495
return FittedBox(
9596
fit: BoxFit.scaleDown,

0 commit comments

Comments
 (0)