Fix inconsistent formatting of the welcomeToBooleans function (#34373)
fix the inconsistency in the formatting of the function and also fix issue #34367
This commit is contained in:
committed by
Aditya
parent
337eae598b
commit
74a5c8d15a
@ -37,11 +37,11 @@ tests:
|
|||||||
```js
|
```js
|
||||||
function welcomeToBooleans() {
|
function welcomeToBooleans() {
|
||||||
|
|
||||||
// Only change code below this line.
|
// Only change code below this line.
|
||||||
|
|
||||||
return false; // Change this line
|
return false; // Change this line
|
||||||
|
|
||||||
// Only change code above this line.
|
// Only change code above this line.
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user