Skip to content

Commit

Permalink
rm whitespace ....
Browse files Browse the repository at this point in the history
  • Loading branch information
CWollinger authored and rrey committed Mar 30, 2020
1 parent bb09a2e commit 15ca89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/grafana_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def grafana_dashboard_changed(payload, dashboard):
if 'meta' in dashboard:
del(dashboard['meta'])
if 'meta' in payload:
del(payload['meta'])
del(payload['meta'])

# if folderId is not provided in dashboard, set default folderId
if 'folderId' not in dashboard:
Expand Down

0 comments on commit 15ca89f

Please sign in to comment.