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

Commit 627ae7e

Browse files
Fixing some formatting
1 parent 5811cef commit 627ae7e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ class InitProjectView : Subview
1515
private const string NoRepoTitle = "No Git repository found for this project";
1616
private const string NoRepoDescription = "Initialize a Git repository to track changes and collaborate with others.";
1717

18-
[SerializeField]
19-
private bool isBusy;
20-
[SerializeField]
21-
private bool isPublished;
18+
[SerializeField] private bool isBusy;
19+
[SerializeField] private bool isPublished;
2220

2321
public override void OnDataUpdate()
2422
{

0 commit comments

Comments
 (0)