Skip to content

Commit 4ee9322

Browse files
committed
Add spaces between indices when building string representation
1 parent 98f55ed commit 4ee9322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/DisplayTerminal.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void DisplayTerminal::print_children(std::ostream& str, Ex::iterator it, int ski
184184
current_parent_rel_);
185185
else str << "}";
186186
}
187-
// else str << " ";
187+
else str << " ";
188188

189189
previous_bracket_=current_bracket_;
190190
previous_parent_rel_=current_parent_rel_;

0 commit comments

Comments
 (0)