From 9f79b9b8c57c0a223ff30f8cc2d16ef26dcc93e1 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Fri, 9 Jun 2017 23:19:58 +0200 Subject: [PATCH] WIP: fix go fmt error --- pkg/models/dashboards.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/models/dashboards.go b/pkg/models/dashboards.go index 16fd51586bd..d4fa9acc0f1 100644 --- a/pkg/models/dashboards.go +++ b/pkg/models/dashboards.go @@ -143,8 +143,8 @@ type SaveDashboardCommand struct { OrgId int64 `json:"-"` RestoredFrom int `json:"-"` PluginId string `json:"-"` - ParentId int64 `json:"parentId"` - IsFolder bool `json:"isFolder"` + ParentId int64 `json:"parentId"` + IsFolder bool `json:"isFolder"` Result *Dashboard }