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

Commit 6a6c565

Browse files
Making member readonly
1 parent a026bab commit 6a6c565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/ViewModels/GitHubPane/PullRequestDetailViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public sealed class PullRequestDetailViewModel : PanePageViewModelBase, IPullReq
3838
readonly IUsageTracker usageTracker;
3939
readonly ITeamExplorerContext teamExplorerContext;
4040
readonly ISyncSubmodulesCommand syncSubmodulesCommand;
41+
readonly IViewViewModelFactory viewViewModelFactory;
4142
IModelService modelService;
4243
PullRequestDetailModel model;
4344
IActorViewModel author;
@@ -55,7 +56,6 @@ public sealed class PullRequestDetailViewModel : PanePageViewModelBase, IPullReq
5556
bool refreshOnActivate;
5657
Uri webUrl;
5758
IDisposable sessionSubscription;
58-
IViewViewModelFactory viewViewModelFactory;
5959
IReadOnlyList<IPullRequestCheckViewModel> checks;
6060

6161
/// <summary>

0 commit comments

Comments
 (0)