Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
shnhrrsn committed Jul 17, 2017
1 parent c697ecb commit 72f933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compiler/Layouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function compileSection(context, args) {
if(args.length === 1) {
args = AST.stringify(args[0])
context.sections.push(args)
return this._compileSection(context, args, `function() {\nlet output = '';`)
return this._compileSection(context, args, 'function() {\nlet output = \'\';')
}

if(args.length !== 2) {
Expand Down

0 comments on commit 72f933d

Please sign in to comment.