remove trailing commas

This commit is contained in:
Iuri Matias 2016-10-29 14:07:42 -04:00
parent 06879ccdd6
commit 41273a4517
1 changed files with 2 additions and 2 deletions

View File

@ -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,