Skip to content

Commit

Permalink
Merge pull request OpenFlutter#205 from idootop/master
Browse files Browse the repository at this point in the history
修复ScreenUtilInit的{}未闭合问题
  • Loading branch information
lizhuoyuan authored Jan 26, 2021
2 parents 32cf21d + d06cc2b commit 6e09ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screenutil_init.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ScreenUtilInit extends StatelessWidget {
designSize: designSize,
allowFontScaling: allowFontScaling,
);

}
return child;
},
);
Expand Down

0 comments on commit 6e09ee8

Please sign in to comment.