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

Commit 24aa102

Browse files
Update after merge
1 parent 517ae58 commit 24aa102

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

script

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,11 @@ private Subview ToView(SubTab tab)
462462
default:
463463
throw new ArgumentOutOfRangeException();
464464
}
465+
}
465466

466-
public override bool IsBusy
467-
{
468-
get { return false; }
469-
}
467+
public override bool IsBusy
468+
{
469+
get { return false; }
470470
}
471471

472472
private enum SubTab

0 commit comments

Comments
 (0)