Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 254e0db

Browse files
Nit-picking variable names
1 parent dab7d6a commit 254e0db

File tree

1 file changed

+2
-2
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+2
-2
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/Window.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ private void SetActiveTab(SubTab changeTab)
300300
{
301301
if (changeTab != activeTab)
302302
{
303-
var from = ActiveView;
303+
var fromView = ActiveView;
304304
activeTab = changeTab;
305-
SwitchView(@from, ActiveView);
305+
SwitchView(fromView, ActiveView);
306306
}
307307
}
308308

0 commit comments

Comments
 (0)