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

Commit 53ba917

Browse files
committed
This can be made readonly
1 parent 2232405 commit 53ba917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Base/TeamExplorerNavigationItemBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace GitHub.VisualStudio.Base
1818
{
1919
public class TeamExplorerNavigationItemBase : TeamExplorerItemBase, ITeamExplorerNavigationItem2, INotifyPropertySource
2020
{
21-
Octicon octicon;
21+
readonly Octicon octicon;
2222

2323
public TeamExplorerNavigationItemBase(ISimpleApiClientFactory apiFactory, ITeamExplorerServiceHolder holder, Octicon octicon)
2424
: base(apiFactory, holder)

0 commit comments

Comments
 (0)