Remove trailing whitespace

This commit is contained in:
Lyza Danger Gardner 2017-06-29 13:36:56 -04:00 committed by Rick Waldron
parent d854cfe266
commit 3894e1fd13
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ var result = true;
for (p in eval){
if (p === "length") {
result = false;
}
}
}
if (result !== true) {

View File

@ -19,7 +19,7 @@ var result = true;
for (var p in this){
if (p === "eval") {
result = false;
}
}
}
if (result !== true) {