Skip to content

Commit 6f8b2ab

Browse files
committed
Make CompactTreeGuide public
1 parent 99a8d61 commit 6f8b2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProfileTool/Rendering/CompactTreeGuide.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Asynkron.Profiler;
55

6-
internal sealed class CompactTreeGuide : TreeGuide
6+
public sealed class CompactTreeGuide : TreeGuide
77
{
88
public override string GetPart(TreeGuidePart part)
99
{

0 commit comments

Comments
 (0)