Skip to content

Commit 1a1323e

Browse files
committed
[github-nfbot] Code style fixes
- Code style fixes. - Remove unreachable code.
1 parent f16cc38 commit 1a1323e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

github-nfbot/GitHub-nfbot/GitHub_nfbot.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,6 @@ private static async Task<StartReleaseResult> CloseUpdatePrsAsync(ILogger log)
13001300
}
13011301
}
13021302

1303-
13041303
private static async Task<StartReleaseResult> QueueBuildAsync(string repositoryName, string branchName, ILogger log)
13051304
{
13061305
var personalAccessToken = Environment.GetEnvironmentVariable("DEVOPS_PATOKEN", EnvironmentVariableTarget.Process);
@@ -1886,8 +1885,6 @@ public static async Task<int> SendGitHubRequest(
18861885

18871886
return (int)response.StatusCode;
18881887
}
1889-
1890-
//return 0;
18911888
}
18921889

18931890
public static async Task<dynamic> GetGitHubRequest(

0 commit comments

Comments
 (0)