Skip to content

Commit f09b6d5

Browse files
committed
Fix code style issue
1 parent 740f96d commit f09b6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/indices/get_data_lifecycle_stats/IndicesGetDataLifecycleStatsResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020
import { DataStreamName } from '@_types/common'
21-
import { DurationValue, UnitMillis } from '@_types/Time'
2221
import { integer } from '@_types/Numeric'
22+
import { DurationValue, UnitMillis } from '@_types/Time'
2323

2424
export class Response {
2525
body: {

0 commit comments

Comments
 (0)