Skip to content

Commit c595d2f

Browse files
committed
prettier
1 parent 53178dc commit c595d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/indices/get_alias/_types/response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
* under the License.
1818
*/
1919

20+
import { integer } from '@_types/Numeric'
2021
import { AliasDefinition } from '@indices/_types/AliasDefinition'
2122
import { AdditionalProperties } from '@spec_utils/behaviors'
2223
import { Dictionary } from '@spec_utils/Dictionary'
23-
import { integer } from '@_types/Numeric'
2424

2525
export class IndexAliases {
2626
aliases: Dictionary<string, AliasDefinition>

0 commit comments

Comments
 (0)