Skip to content

Commit 2b0c714

Browse files
committed
formatting
1 parent 653e46a commit 2b0c714

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/printing.jl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,16 @@ end
198198
end
199199
end
200200
@test endswith(str_do, """
201-
├─ "foo"
202-
├─ bar
203-
│ ├─ 1
204-
│ ├─ 2:4
205-
│ │ ├─ 2
206-
│ │ ├─ 3
207-
│ │ └─ 4
208-
│ └─ 5
209-
└─ "baz"
210-
""")
201+
├─ "foo"
202+
├─ bar
203+
│ ├─ 1
204+
│ ├─ 2:4
205+
│ │ ├─ 2
206+
│ │ ├─ 3
207+
│ │ └─ 4
208+
│ └─ 5
209+
└─ "baz"
210+
""")
211211

212212
# Test printnode and print_child_key override
213213
_f(io, s) = s isa BoxNode ? print(io, s.s) : AbstractTrees.printnode(io, s)

0 commit comments

Comments
 (0)