Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8235ef4

Browse files
authored
ShowCloneDialog can be static
1 parent 2a4a122 commit 8235ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.StartPage/StartPagePackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async Task<CodeContainer> RunAcquisition(IProgress<ServiceProgressData> download
8181
lastAccessed: DateTimeOffset.UtcNow);
8282
}
8383

84-
async Task<CloneDialogResult> ShowCloneDialog(
84+
static async Task<CloneDialogResult> ShowCloneDialog(
8585
IGitHubServiceProvider gitHubServiceProvider,
8686
IProgress<ServiceProgressData> progress,
8787
CancellationToken cancellationToken,

0 commit comments

Comments
 (0)