Skip to content

Commit d2334a1

Browse files
🤖 Format .jl files (#190)
Co-authored-by: juliohm <[email protected]>
1 parent 81ef940 commit d2334a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/transforms/select.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,12 @@
224224

225225
# throws: Select without arguments
226226
@test_throws ArgumentError Select()
227-
227+
228228
# throws: empty selection
229229
@test_throws ArgumentError Select(())
230230
@test_throws ArgumentError Select(Symbol[])
231231
@test_throws ArgumentError Select(String[])
232-
232+
233233
# throws: regex doesn't match any names in input table
234234
@test_throws AssertionError apply(Select(r"a"), t)
235235

@@ -374,7 +374,7 @@ end
374374

375375
# throws: Reject without arguments
376376
@test_throws ArgumentError Reject()
377-
377+
378378
# throws: empty rejection
379379
@test_throws ArgumentError Reject(())
380380
@test_throws ArgumentError Reject(Symbol[])

0 commit comments

Comments
 (0)