From 4d496f75243f3297d2855ceac2c7052eb9306686 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 26 Mar 2020 20:51:26 -0500 Subject: [PATCH] formatting --- cmd/ls.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cmd/ls.go b/cmd/ls.go index 355ab4b..5889583 100644 --- a/cmd/ls.go +++ b/cmd/ls.go @@ -9,12 +9,7 @@ import ( ) var ( - idWidth int = 0 - locationWidth int = 0 - groupWidth int = 0 - labelWidth int = 0 - lastSeenWidth int = 0 - powerWidth int = 0 + idWidth, locationWidth, groupWidth, labelWidth, lastSeenWidth, powerWidth int ) func init() {