Skip to content

Commit ce53d18

Browse files
committed
fix whitespace
1 parent 2db2664 commit ce53d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('Test async helpers', () => {
7070

7171
})
7272

73-
it ('Test lookupProperty', async() => {
73+
it('Test lookupProperty', async() => {
7474
const hbs = asyncHelpers(Handlebars),
7575
template = `{{person.[0].firstName}}`,
7676
expected = 'John'
@@ -83,7 +83,7 @@ describe('Test async helpers', () => {
8383
should.equal(result, expected)
8484
})
8585

86-
it ('Test lookupProperty with nested promises', async() => {
86+
it('Test lookupProperty with nested promises', async() => {
8787
const hbs = asyncHelpers(Handlebars),
8888
template = `{{person.[0].firstName}}`,
8989
expected = 'John'

0 commit comments

Comments
 (0)