Fix yaml trailing line

This commit is contained in:
Leo Balter 2019-05-22 13:54:56 -04:00
parent 696d87274b
commit a038f7b219
3 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
template: default
features: [class, class-methods-private]
---*/

View File

@ -24,7 +24,6 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
template: default
features: [class, class-methods-private]
---*/

View File

@ -24,7 +24,6 @@ info: |
PrivateBrandCheck(O, P)
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
features: [class, class-methods-private]
---*/