Skip to content

Commit 70233de

Browse files
Format files using DocumentFormat
1 parent e83851a commit 70233de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/runtests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ using Test
55

66
df = load(joinpath(@__DIR__, "testdata.csv")) |>
77
@query(i, begin
8-
@select {i.Count, i.Year}
9-
end) |>
8+
@select {i.Count, i.Year}
9+
end) |>
1010
@tee(save("testoutput.csv")) |>
1111
# @tee(begin
1212
# data_values() |>

0 commit comments

Comments
 (0)