Skip to content

Commit 7c3fb5b

Browse files
authored
Merge pull request #188 from JuliaML/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents df43e71 + 34d6d10 commit 7c3fb5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/shows.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@
139139

140140
# compact mode
141141
iostr = sprint(show, T)
142-
@test iostr == "Map(TableTransforms.ColSpec[[:a], [:a, :b]], Function[sin, $(typeof(fun))()], Union{Nothing, Symbol}[nothing, :c])"
142+
@test iostr ==
143+
"Map(TableTransforms.ColSpec[[:a], [:a, :b]], Function[sin, $(typeof(fun))()], Union{Nothing, Symbol}[nothing, :c])"
143144

144145
# full mode
145146
iostr = sprint(show, MIME("text/plain"), T)

0 commit comments

Comments
 (0)