mirror of https://github.com/embarklabs/embark.git
remove trailing commas
This commit is contained in:
parent
06879ccdd6
commit
41273a4517
|
@ -272,13 +272,13 @@ Dashboard.prototype.layoutStatus = function() {
|
|||
label: "Available Services",
|
||||
tags: true,
|
||||
padding: this.minimal ? {
|
||||
left: 1,
|
||||
left: 1
|
||||
} : 1,
|
||||
width: "100%",
|
||||
height: "60%",
|
||||
valign: "top",
|
||||
border: {
|
||||
type: "line",
|
||||
type: "line"
|
||||
},
|
||||
style: {
|
||||
fg: -1,
|
||||
|
|
Loading…
Reference in New Issue