Fixed failing gofmt tests

This commit is contained in:
utkarshcmu
2016-01-19 00:33:30 -08:00
parent 70481953fd
commit 1952ebf7c4
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func CreateDashboardSnapshot(cmd *m.CreateDashboardSnapshotCommand) error {
}
snapshot := &m.DashboardSnapshot{
Name: cmd.Name,
Name: cmd.Name,
Key: cmd.Key,
DeleteKey: cmd.DeleteKey,
OrgId: cmd.OrgId,