Skip to content

Commit 3b29aa7

Browse files
missing ','
1 parent 97c6ff4 commit 3b29aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/atime/tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ test.list <- atime::atime_test_list(
317317
DT = data.table(i=N:1)
318318
},
319319
expr = for (ii in seq_len(nrow(DT))) set(DT, ii, "i", ii),
320-
`Status quo` = "8f5ffa8bb8f3f5861020a6e32f897c30e42eeab0") # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/8f5ffa8bb8f3f5861020a6e32f897c30e42eeab0)
320+
`Status quo` = "8f5ffa8bb8f3f5861020a6e32f897c30e42eeab0"), # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/8f5ffa8bb8f3f5861020a6e32f897c30e42eeab0)
321321

322322
tests=extra.test.list)
323323
# nolint end: undesirable_operator_linter.

0 commit comments

Comments
 (0)