mirror of https://github.com/embarklabs/embark.git
add some tabs to adjust status message
This commit is contained in:
parent
f747c757c5
commit
907a358e5b
|
@ -183,7 +183,7 @@ ContractsManager.prototype.contractsState = function() {
|
|||
contractData = [
|
||||
className.green,
|
||||
'Interface or set to not deploy'.green,
|
||||
"n/a".green
|
||||
"\t\tn/a".green
|
||||
]
|
||||
} else {
|
||||
contractData = [
|
||||
|
|
Loading…
Reference in New Issue