Remove extraneous indent in header, for consistency

This commit is contained in:
Kevin Gibbons 2015-08-24 15:24:10 -07:00
parent 39b5b7272c
commit 69969e16b1
1 changed files with 6 additions and 6 deletions

View File

@ -2,12 +2,12 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: >
`yield` is a reserved identifier in strict mode code and may not be used
as an identifier.
es6id: 12.1.1
negative: SyntaxError
flags: [onlyStrict]
description: >
`yield` is a reserved identifier in strict mode code and may not be used
as an identifier.
es6id: 12.1.1
negative: SyntaxError
flags: [onlyStrict]
---*/
var yield = 13;