Skip to content

Commit c0d29fb

Browse files
committed
Format.
1 parent 93a3a08 commit c0d29fb

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

test/tutorial/3_files.jl

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ with_spaces_str = mktemp() do file, io
8181
end
8282

8383
print(with_spaces_str)
84-
@test with_spaces_str ==
85-
"""
86-
digraph G {
87-
"a b" [label = "A B"]
88-
"c d" [label = "C D"]
89-
"a b" -> "c d" [label = "A B to C D"]
90-
}
91-
"""
84+
@test with_spaces_str == """
85+
digraph G {
86+
"a b" [label = "A B"]
87+
"c d" [label = "C D"]
88+
"a b" -> "c d" [label = "A B to C D"]
89+
}
90+
"""

0 commit comments

Comments
 (0)