Merge pull request #1371 from littledan/remove-blank-lines

Remove some spurious blank lines
This commit is contained in:
Rick Waldron 2017-12-19 14:50:04 -05:00 committed by GitHub
commit b4a146ec8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@
description: Bitwise AND for BigInt non-primitive values
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
info: |
5. Let lnum be ? ToNumeric(lval).
6. Let rnum be ? ToNumeric(rval).
...

View File

@ -5,7 +5,6 @@
description: Bitwise OR for BigInt non-primitive values
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
info: |
5. Let lnum be ? ToNumeric(lval).
6. Let rnum be ? ToNumeric(rval).
...

View File

@ -5,7 +5,6 @@
description: Bitwise XOR for BigInt non-primitive values
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
info: |
5. Let lnum be ? ToNumeric(lval).
6. Let rnum be ? ToNumeric(rval).
...