Jelajahi Sumber

WIP: fix go fmt error

Daniel Lee 8 tahun lalu
induk
melakukan
9f79b9b8c5
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      pkg/models/dashboards.go

+ 2 - 2
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
 }