Skip to content

Commit 735b6d8

Browse files
committed
Linting
1 parent b60a5cd commit 735b6d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ describe('EPM template', () => {
14561456
path_match: 'group.*.value',
14571457
mapping: {
14581458
time_series_metric: 'gauge',
1459-
type: 'double'
1459+
type: 'double',
14601460
},
14611461
},
14621462
},
@@ -1465,7 +1465,7 @@ describe('EPM template', () => {
14651465
path_match: 'group.*.histogram',
14661466
match_mapping_type: '*',
14671467
mapping: {
1468-
type: 'histogram'
1468+
type: 'histogram',
14691469
},
14701470
},
14711471
},

0 commit comments

Comments
 (0)