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

Commit 4ed230a

Browse files
Tweaking code formatting
1 parent 60df3fb commit 4ed230a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@ public GitFileStatus GitFileStatus
3131
[Serializable]
3232
public class ChangesTree : Tree<ChangesTreeNode, GitStatusEntryTreeData>
3333
{
34-
[SerializeField]
35-
public ChangesTreeNodeDictionary folders = new ChangesTreeNodeDictionary();
36-
[SerializeField]
37-
public ChangesTreeNodeDictionary checkedFileNodes = new ChangesTreeNodeDictionary();
34+
[SerializeField] public ChangesTreeNodeDictionary folders = new ChangesTreeNodeDictionary();
35+
[SerializeField] public ChangesTreeNodeDictionary checkedFileNodes = new ChangesTreeNodeDictionary();
3836

39-
[NonSerialized]
40-
public Texture2D FolderIcon;
37+
[NonSerialized] public Texture2D FolderIcon;
4138

4239
public void UpdateIcons(Texture2D activeBranchIcon, Texture2D branchIcon, Texture2D folderIcon, Texture2D globeIcon)
4340
{

0 commit comments

Comments
 (0)