Skip to content

Commit

Permalink
Avoid blank space for 234 tree
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-naish committed May 18, 2024
1 parent 6c47786 commit 50a229d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ class NTreeTracer extends Tracer {
this.LevelSeparation = 100;
this.levels = null;

this.functionName = ''; // for fancy code style caption
// initially say tree is empty to avoid confusion with
// blank screen
this.functionName = 'Tree is Empty'; // for fancy code style caption
this.text = null;
this.swap = false;

Expand Down

0 comments on commit 50a229d

Please sign in to comment.