Skip to content

Commit 16a75fe

Browse files
committed
Update BaseGroupedMethodsTab.cs
1 parent f58f9a2 commit 16a75fe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Assets/UnityEventTracker/Scripts/Editor/Window/Tabs/BaseGroupedMethodsTab.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,13 @@ internal override void Draw()
3232
return;
3333

3434
using (GetVerticalGroup())
35-
{
3635
DrawGroupedMethods();
37-
}
3836

3937
using (GetVerticalGroup())
40-
{
4138
DrawAssets(Rect.width / 3f);
42-
}
4339

4440
using (GetVerticalGroup())
45-
{
4641
DrawMethodCandidates();
47-
}
4842
}
4943
}
5044

0 commit comments

Comments
 (0)