We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82d063 commit ccc176fCopy full SHA for ccc176f
readme.md
@@ -292,15 +292,15 @@ The following sections outline a _reasonable_ style guide for modern JavaScript
292
function foo() {
293
let foo,
294
bar;
295
- if (condition) {
+ if ( condition ) {
296
bar = "";
297
// statements
298
}
299
300
// Good
301
302
let foo;
303
304
let bar = "";
305
306
0 commit comments