Fix inconsistent formatting of the welcomeToBooleans function (#34373)

fix the inconsistency in the formatting of the function and also fix issue #34367
pull/34391/head^2
Mike Perry Yeboah Attara 2018-11-18 16:35:08 +00:00 committed by Aditya
parent 337eae598b
commit 74a5c8d15a
1 changed files with 3 additions and 3 deletions

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.
}
```