Skip to content

Commit 01e0978

Browse files
committed
fmt
1 parent f1fb3b9 commit 01e0978

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sumologic/data_source_sumologic_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func dataSourceSumologicCollector() *schema.Resource {
3232
Computed: true,
3333
},
3434
"fields": {
35-
Type: schema.TypeMap,
35+
Type: schema.TypeMap,
3636
Elem: &schema.Schema{
3737
Type: schema.TypeString,
3838
},

sumologic/resource_sumologic_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func resourceSumologicCollector() *schema.Resource {
4343
Default: "Etc/UTC",
4444
},
4545
"fields": {
46-
Type: schema.TypeMap,
46+
Type: schema.TypeMap,
4747
Elem: &schema.Schema{
4848
Type: schema.TypeString,
4949
},

sumologic/sumologic_sources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func resourceSumologicSource() *schema.Resource {
165165
Default: nil,
166166
},
167167
"fields": {
168-
Type: schema.TypeMap,
168+
Type: schema.TypeMap,
169169
Elem: &schema.Schema{
170170
Type: schema.TypeString,
171171
},

0 commit comments

Comments
 (0)