Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL735 committed Apr 15, 2021
1 parent aee77da commit 5272a28
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions chronograf/bolt/internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,16 +314,16 @@ func MarshalDashboard(d chronograf.Dashboard) ([]byte, error) {
}

cells[i] = &DashboardCell{
ID: c.ID,
X: c.X,
Y: c.Y,
W: c.W,
H: c.H,
Name: c.Name,
Queries: queries,
Type: c.Type,
Axes: axes,
Colors: colors,
ID: c.ID,
X: c.X,
Y: c.Y,
W: c.W,
H: c.H,
Name: c.Name,
Queries: queries,
Type: c.Type,
Axes: axes,
Colors: colors,
TableOptions: tableOptions,
FieldOptions: fieldOptions,
TimeFormat: c.TimeFormat,
Expand Down

0 comments on commit 5272a28

Please sign in to comment.