Skip to content

Commit 0d97f51

Browse files
authored
🤖 Format .jl files
1 parent 30e65eb commit 0d97f51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/shows.jl

Lines changed: 2 additions & 1 deletion
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)