Skip to content

Commit a93925e

Browse files
committed
🎨 Improve code format with dart format.
1 parent 8f651ea commit a93925e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/src/constants/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ void realDebugPrint(dynamic message) {
3232

3333
int get currentTimeStamp => DateTime.now().millisecondsSinceEpoch;
3434

35-
const BorderRadius maxBorderRadius = BorderRadius.all(Radius.circular(999999));
35+
const BorderRadius maxBorderRadius = BorderRadius.all(Radius.circular(999999));

lib/src/widget/camera_picker.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,7 @@ class CameraPickerState extends State<CameraPicker> {
540540
children: <Widget>[
541541
const Spacer(),
542542
// TODO(Alex): There's an issue tracking NPE of the camera plugin, so switching is temporary disabled .
543-
if ((cameras?.length ?? 0) > 1)
544-
switchCamerasButton,
543+
if ((cameras?.length ?? 0) > 1) switchCamerasButton,
545544
],
546545
),
547546
);

0 commit comments

Comments
 (0)