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