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

Commit 0366037

Browse files
Adding braces
1 parent 90e9965 commit 0366037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,9 @@ public bool Render(Rect rect, float indentation, bool isSelected, GUIStyle folde
439439
{
440440
nodeStyle.Draw(fillRect, "", false, false, false, isSelected);
441441
if (IsFolder)
442+
{
442443
style.Draw(nodeRect, content, false, false, !IsCollapsed, isSelected);
444+
}
443445
else
444446
{
445447
style.Draw(nodeRect, content, false, false, false, isSelected);

0 commit comments

Comments
 (0)