Skip to content

Commit 6e09ee8

Browse files
authored
Merge pull request #205 from idootop/master
修复ScreenUtilInit的{}未闭合问题
2 parents 32cf21d + d06cc2b commit 6e09ee8

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)