Skip to content

Commit 02c55e1

Browse files
authored
Fix code style (#2861)
1 parent de646de commit 02c55e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_global/open_point_in_time/OpenPointInTimeRequest.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 { ExpandWildcards, Indices, Routing } from '@_types/common'
22-
import { Duration } from '@_types/Time'
2322
import { QueryContainer } from '@_types/query_dsl/abstractions'
23+
import { Duration } from '@_types/Time'
2424

2525
/**
2626
* A search request by default executes against the most recent visible data of the target indices,

0 commit comments

Comments
 (0)