Remove whitespace between Literal and BigIntLiteralSuffix (#1452)

This commit is contained in:
Sathya Gunasekaran 2018-02-22 18:55:13 -08:00 committed by Leo Balter
parent 7882fbfae3
commit 476ebcebf1
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ try {
$ERROR('Expected RequireObjectCoercible to succeed for BigInt values');
}
assert.sameValue(Object.setPrototypeOf(0n, null), 0 n);
assert.sameValue(Object.setPrototypeOf(0n, null), 0n);