Skip to content

Commit 5476766

Browse files
committed
SUMO-169842: minor syntax fixes
1 parent 4da82ed commit 5476766

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sumologic/resource_sumologic_monitors_library_monitor.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ func resourceSumologicMonitorsLibraryMonitor() *schema.Resource {
268268
},
269269

270270
"evaluation_delay": {
271-
Type: schema.TypeString,
272-
Optional: true,
273-
}
271+
Type: schema.TypeString,
272+
Optional: true,
273+
},
274274

275275
"is_locked": {
276276
Type: schema.TypeBool,
@@ -1090,7 +1090,7 @@ func resourceToMonitorsLibraryMonitor(d *schema.ResourceData) MonitorsLibraryMon
10901090
CreatedAt: d.Get("created_at").(string),
10911091
MonitorType: d.Get("monitor_type").(string),
10921092
Description: d.Get("description").(string),
1093-
EvaluationDelay d.Get("evaluation_delay").(string),
1093+
EvaluationDelay: d.Get("evaluation_delay").(string),
10941094
Queries: queries,
10951095
ModifiedBy: d.Get("modified_by").(string),
10961096
IsMutable: d.Get("is_mutable").(bool),

0 commit comments

Comments
 (0)