Skip to content

Commit c864081

Browse files
committed
running prettier
1 parent b08b6c2 commit c864081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/indices/_types/DataStream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ import {
2626
Name,
2727
Uuid
2828
} from '@_types/common'
29+
import { TypeMapping } from '@_types/mapping/TypeMapping'
2930
import { integer } from '@_types/Numeric'
3031
import { DataStreamLifecycleWithRollover } from '@indices/_types/DataStreamLifecycle'
3132
import { IndexSettings } from '@indices/_types/IndexSettings'
32-
import { TypeMapping } from '@_types/mapping/TypeMapping'
3333

3434
enum ManagedBy {
3535
ilm = 'Index Lifecycle Management',

specification/indices/put_data_stream_mappings/IndicesPutDataStreamMappingsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
import { RequestBase } from '@_types/Base'
2121
import { Indices } from '@_types/common'
22-
import { Duration } from '@_types/Time'
2322
import { TypeMapping } from '@_types/mapping/TypeMapping'
23+
import { Duration } from '@_types/Time'
2424

2525
/**
2626
* Update data stream mappings.

0 commit comments

Comments
 (0)