Make code consistent in challenge (#19054)

This commit is contained in:
Niraj Nandish
2019-02-27 01:38:46 +04:00
committed by Manish Giri
parent 5aab82cc89
commit 769ec3cb63

View File

@ -45,12 +45,7 @@ tests:
```js ```js
// Setup // Setup
function testStrictNotEqual(val) { function testStrictNotEqual(val) {
// Only Change Code Below this Line if (val) { // Change this line
if (val) {
// Only Change Code Above this Line
return "Not Equal"; return "Not Equal";
} }
return "Equal"; return "Equal";