mirror of https://github.com/embarklabs/embark.git
fix indentation
This commit is contained in:
parent
9a41e58679
commit
2205a26236
|
@ -1,4 +1,3 @@
|
|||
|
||||
const Handlebars = require('handlebars');
|
||||
const fs = require('../../core/fs');
|
||||
let utils = require('../../utils/utils.js');
|
||||
|
|
|
@ -19,7 +19,7 @@ class Scaffolding {
|
|||
|
||||
getScaffoldPlugin(framework) {
|
||||
let dappGenerators = this.plugins.getPluginsFor('dappGenerator');
|
||||
let builder;
|
||||
let builder = null;
|
||||
dappGenerators.forEach((plugin) => {
|
||||
plugin.dappGenerators.forEach((d) => {
|
||||
if (d.framework === framework) {
|
||||
|
|
Loading…
Reference in New Issue