Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
handlename committed Jun 14, 2024
1 parent e0366c4 commit 1f855ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mackerel/structure_flattens.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ func flattenMonitorConnectivity(monitor *mackerel.MonitorConnectivity, d *schema
}
d.Set("connectivity", []map[string]interface{}{
{
"scopes": flattenStringListToSet(normalizedScopes),
"exclude_scopes": flattenStringListToSet(normalizedExcludeScopes),
"scopes": flattenStringListToSet(normalizedScopes),
"exclude_scopes": flattenStringListToSet(normalizedExcludeScopes),
"alert_status_on_gone": monitor.AlertStatusOnGone,
},
})
Expand Down

0 comments on commit 1f855ae

Please sign in to comment.