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

Commit 62bc3b6

Browse files
Removing extra spaces
1 parent 19d18f7 commit 62bc3b6

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,19 +446,14 @@ private Subview ToView(SubTab tab)
446446
{
447447
case SubTab.InitProject:
448448
return initProjectView;
449-
450449
case SubTab.History:
451450
return historyView;
452-
453451
case SubTab.Changes:
454452
return changesView;
455-
456453
case SubTab.Branches:
457454
return branchesView;
458-
459455
case SubTab.Settings:
460456
return settingsView;
461-
462457
default:
463458
throw new ArgumentOutOfRangeException();
464459
}

0 commit comments

Comments
 (0)