Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 982f333

Browse files
committed
weird Go spacing
1 parent 8fac518 commit 982f333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type Dashboard struct {
2828
Model map[string]interface{} `json:"dashboard"`
2929
Folder int64 `json:"folderId"`
3030
Overwrite bool `json:"overwrite"`
31-
Message string `json:"message"`
31+
Message string `json:"message"`
3232
}
3333

3434
// SaveDashboard is a deprecated method for saving a Grafana dashboard. Use NewDashboard.

0 commit comments

Comments
 (0)