Skip to content

Commit f1bbdc6

Browse files
Jonah Williamsgspencergoog
authored andcommitted
[null-safety] fix build rule to produce sound dill (flutter#21784)
The space in the argument name was causing this argument to be dropped and the sound and unsound dills to be identical.
1 parent 2ff3863 commit f1bbdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_sdk/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ prebuilt_dart_action("flutter_dartdevc_kernel_sdk_outline_sound") {
369369

370370
args = [
371371
"--enable-experiment=non-nullable",
372-
"--sound-null-safety ",
372+
"--sound-null-safety",
373373
"--summary-only",
374374
"--target",
375375
"ddc",

0 commit comments

Comments
 (0)