mirror of
https://github.com/tc39/test262.git
synced 2025-05-28 02:30:29 +02:00
Remove trailing whitespace
This commit is contained in:
parent
d854cfe266
commit
3894e1fd13
@ -19,7 +19,7 @@ var result = true;
|
||||
for (p in eval){
|
||||
if (p === "length") {
|
||||
result = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (result !== true) {
|
||||
|
@ -19,7 +19,7 @@ var result = true;
|
||||
for (var p in this){
|
||||
if (p === "eval") {
|
||||
result = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (result !== true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user