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

Commit 9aa2922

Browse files
Removing stray private
1 parent f7b411c commit 9aa2922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.InlineReviews/ViewModels/CommentViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class CommentViewModel : ReactiveObject, ICommentViewModel
2424
CommentEditState state;
2525
DateTimeOffset updatedAt;
2626
string undoBody;
27-
private bool canDelete;
27+
bool canDelete;
2828

2929
/// <summary>
3030
/// Initializes a new instance of the <see cref="CommentViewModel"/> class.

0 commit comments

Comments
 (0)