Skip to content

Commit d06cc2b

Browse files
author
WJG
committed
修复ScreenUtilInit的{}未闭合问题
1 parent 32cf21d commit d06cc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screenutil_init.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ScreenUtilInit extends StatelessWidget {
3030
designSize: designSize,
3131
allowFontScaling: allowFontScaling,
3232
);
33-
33+
}
3434
return child;
3535
},
3636
);

0 commit comments

Comments
 (0)