Skip to content

Commit 6436d77

Browse files
committed
🎨 format code
1 parent 7ecbf89 commit 6436d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter_box_transform/lib/src/handle_builders.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class CornerHandleWidget extends StatelessWidget {
6666
);
6767
}
6868

69-
if(kDebugMode && debugPaintHandleBounds) {
69+
if (kDebugMode && debugPaintHandleBounds) {
7070
child = ColoredBox(
7171
color: Colors.orange.withOpacity(0.5),
7272
child: child,
@@ -161,7 +161,7 @@ class SideHandleWidget extends StatelessWidget {
161161
);
162162
}
163163

164-
if(kDebugMode && debugPaintHandleBounds) {
164+
if (kDebugMode && debugPaintHandleBounds) {
165165
child = ColoredBox(
166166
color: Colors.yellow.withOpacity(0.5),
167167
child: child,

0 commit comments

Comments
 (0)