File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -152,15 +152,15 @@ class PerfToolFramework extends Framework {
152152 ? 'This screen is disabled because you are not running a Flutter '
153153 'application'
154154 : 'This screen is disabled because you are running a profile build '
155- 'of your application' ,
155+ 'of your application' ,
156156 ));
157157 addScreen (TimelineScreen (
158158 disabled: ! _isFlutterApp,
159159 disabledTooltip: _isFlutterWebApp
160160 ? 'This screen is disabled because it is not yet ready for Flutter'
161161 ' Web'
162162 : 'This screen is disabled because you are not running a '
163- 'Flutter application' ,
163+ 'Flutter application' ,
164164 ));
165165 addScreen (MemoryScreen (
166166 disabled: _isFlutterWebApp,
Original file line number Diff line number Diff line change @@ -986,7 +986,7 @@ class Radius {
986986 return x == y
987987 ? 'Radius.circular(${x .toStringAsFixed (1 )})'
988988 : 'Radius.elliptical(${x .toStringAsFixed (1 )}, '
989- '${y .toStringAsFixed (1 )})' ;
989+ '${y .toStringAsFixed (1 )})' ;
990990 }
991991}
992992
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ void main() {
1616 if (! browser.isChrome) {
1717 framework.disableAppWithError (
1818 'ERROR: You are running DevTools on '
19- '${browser .name == Browser .UnknownBrowser .name ? 'an unknown browswer' : browser .name }, '
20- 'but DevTools only runs on Chrome.' ,
19+ '${browser .name == Browser .UnknownBrowser .name ? 'an unknown browswer' : browser .name }, '
20+ 'but DevTools only runs on Chrome.' ,
2121 'Reopen this url in a Chrome broswer to use DevTools.' ,
2222 );
2323 return ;
You can’t perform that action at this time.
0 commit comments