Add missing semicolon
This commit is contained in:
parent
542809d5f5
commit
16858443e0
@ -41,7 +41,7 @@ class RenderMoustache extends Operation {
|
||||
run(input, args) {
|
||||
const [template] = args;
|
||||
|
||||
return Moustache.render(template, input)
|
||||
return Moustache.render(template, input);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user