Skip to content

Commit 2078e29

Browse files
committed
Refactor indentation
1 parent 99427cd commit 2078e29

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/githubHelper.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ export class GithubHelper {
152152
const perPage = 100;
153153

154154
while (true) {
155-
await utils.sleep(this.delayInMs);
155+
await utils.sleep(this.delayInMs);
156156
const result = await this.githubApi.issues.listMilestones({
157-
owner: this.githubOwner,
158-
repo: this.githubRepo,
159-
state: 'all',
157+
owner: this.githubOwner,
158+
repo: this.githubRepo,
159+
state: 'all',
160160
per_page: perPage,
161161
page,
162162
});

0 commit comments

Comments
 (0)