Skip to content

Commit dcb3970

Browse files
authored
Merge pull request #199 from JuliaML/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents 30e65eb + 0d97f51 commit dcb3970

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
@@ -156,7 +156,8 @@
156156

157157
# compact mode
158158
iostr = sprint(show, T)
159-
@test iostr == "Replace(TableTransforms.ColSpec[all, all], Function[Base.Fix2{typeof(===), Int64}(===, 1), Base.Fix2{typeof(===), Int64}(===, 5)], Any[-1, -5])"
159+
@test iostr ==
160+
"Replace(TableTransforms.ColSpec[all, all], Function[Base.Fix2{typeof(===), Int64}(===, 1), Base.Fix2{typeof(===), Int64}(===, 5)], Any[-1, -5])"
160161

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

0 commit comments

Comments
 (0)