Skip to content

Commit c07999a

Browse files
committed
remove trailing ws
1 parent 6aaea51 commit c07999a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/test.data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ test = function(num,x,y=TRUE,error=NULL,warning=NULL,message=NULL,output=NULL,no
372372
# Check if y was explicitly provided (not just the default)
373373
y_provided = !missing(y)
374374
vector_params = mget(c("error", "warning", "message", "output", "notOutput", "ignore.warning"), environment())
375-
compare = !y_provided && length(optimize)>1L && !any(lengths(vector_params))
375+
compare = !y_provided && length(optimize)>1L && !any(lengths(vector_params))
376376

377377
for (i in seq_along(optimize)) {
378378
cl$num = num + (i - 1L) * 1e-6

0 commit comments

Comments
 (0)