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

Commit ade0bae

Browse files
Fixing spacing
1 parent 032c331 commit ade0bae

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public virtual void OnRepositoryChanged(IRepository oldRepository)
5555

5656
public virtual string Title { get { return null; } }
5757

58-
public virtual Vector2 Size { get {return Vector2.zero;} }
58+
public virtual Vector2 Size { get { return Vector2.zero; } }
5959

6060
protected IView Parent { get; private set; }
6161
public IApplicationManager Manager { get { return Parent.Manager; } }

0 commit comments

Comments
 (0)