Skip to content

Commit 66d3744

Browse files
trailing space
1 parent 23214d1 commit 66d3744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/fwrite.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fwrite = function(x, file="", append=FALSE, quote="auto",
4242
}
4343
# Handle select argument using .shallow()
4444
if (!is.null(select)) {
45-
cols = colnamesInt(x, select)
45+
cols = colnamesInt(x, select)
4646
if (is.data.table(x)) {
4747
x = .shallow(x, cols)
4848
} else {

0 commit comments

Comments
 (0)