| Index: test/codegen/expect/temps.js
|
| diff --git a/test/codegen/expect/temps.js b/test/codegen/expect/temps.js
|
| index df9da7f5fe08e2bb125bff7c3e7a3f4e7a115e2e..896324054601eeb0dab4204a23ff1a214f37c6ff 100644
|
| --- a/test/codegen/expect/temps.js
|
| +++ b/test/codegen/expect/temps.js
|
| @@ -21,8 +21,7 @@ dart_library.library('temps', null, /* Imports */[
|
| const _opt = Symbol('_opt');
|
| class OptionalArg extends core.Object {
|
| OptionalArg(opt) {
|
| - if (opt === void 0)
|
| - opt = 123;
|
| + if (opt === void 0) opt = 123;
|
| this[_opt] = opt;
|
| this.opt = null;
|
| }
|
|
|