Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 95175b4

Browse files
fix whitespace
1 parent bb0a696 commit 95175b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/const_finder/test/const_finder_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ void _checkNonConstsFrontend(String dillPath, Compiler compiler) {
201201
);
202202
}
203203

204-
// Note, since web dills don't have tree shaking, we aren't able to eliminate
204+
// Note, since web dills don't have tree shaking, we aren't able to eliminate
205+
// an additional const versus _checkNonConstFrontend.
205206
void _checkNonConstsWeb(String dillPath, Compiler compiler) {
206207
assert(compiler == Compiler.dart2js);
207208
stdout.writeln('Checking for non-constant instances with $compiler');

0 commit comments

Comments
 (0)