Skip to content

Commit 76a5761

Browse files
committed
Fix indentation in helper
1 parent 3a533fa commit 76a5761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/helpers/capabilityHelper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const logger = require("./logger"),
2-
Constants = require('./constants'),
3-
glob = require("glob");
2+
Constants = require('./constants'),
3+
glob = require("glob");
44

55
const caps = (bsConfig, zip) => {
66
return new Promise(function (resolve, reject) {

0 commit comments

Comments
 (0)