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:
Mike Perry Yeboah Attara
2018-11-18 16:35:08 +00:00
committed by Aditya
parent 337eae598b
commit 74a5c8d15a

View File

@ -37,11 +37,11 @@ tests:
```js
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.
}
```