style: reformat all files using prettier
This commit is contained in:
@@ -5,7 +5,7 @@ var Handlebars = require('handlebars');
|
||||
console.log('Testing built Handlebars with Node version ' + process.version);
|
||||
|
||||
var template = Handlebars.compile('Author: {{author}}');
|
||||
var output = template({author: 'Yehuda'});
|
||||
var output = template({ author: 'Yehuda' });
|
||||
assert.strictEqual(output, 'Author: Yehuda');
|
||||
|
||||
console.log('Success');
|
||||
|
||||
Reference in New Issue
Block a user