Skip to content

Commit 1f4b81a

Browse files
committed
Replace = with {} initialization, even for auto declared variables
Adjusted all code example according to "ES.23: Prefer the {}-initializer syntax". Note that this rule does _allow_ using `=` with `auto`, but it appears more consistent to just use the `{}` syntax for `auto` as well.
1 parent 2a64d42 commit 1f4b81a

File tree

1 file changed

+148
-148
lines changed

1 file changed

+148
-148
lines changed

0 commit comments

Comments
 (0)