Skip to content

Commit 11b4a59

Browse files
committed
Make linter happy
1 parent 5e17ac0 commit 11b4a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/es6/Template.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ test('template tag', {
3838
},
3939
'stringify': function () {
4040
const obj = {
41-
'Hello': 'World!',
42-
toString: function () {
41+
Hello : 'World!',
42+
toString : function () {
4343
return 'Hello, World!';
4444
}
4545
};

0 commit comments

Comments
 (0)