Skip to content

Commit 0d04fff

Browse files
authored
updated with respect to sort-imports rule (Azure#19046)
1 parent decdab5 commit 0d04fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/core-paging/src/getPagedAsyncIterator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
import { PagedAsyncIterableIterator, PageSettings, PagedResult } from "./models";
4+
import { PageSettings, PagedAsyncIterableIterator, PagedResult } from "./models";
55

66
/**
77
* returns an async iterator that iterates over results. It also has a `byPage`

0 commit comments

Comments
 (0)