Skip to content

Commit e78b966

Browse files
indentation
1 parent eeb94b6 commit e78b966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/print.data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ print.data.table = function(x, topn=getOption("datatable.print.topn"),
142142
return(invisible(x))
143143
}
144144
if (col.names == "none")
145-
colnames(toprint) = rep.int("", ncol(toprint))
145+
colnames(toprint) = rep.int("", ncol(toprint))
146146
if (nrow(toprint)>20L && col.names == "auto")
147147
# repeat colnames at the bottom if over 20 rows so you don't have to scroll up to see them
148148
# option to shut this off per request of Oleg Bondar on SO, #1482

0 commit comments

Comments
 (0)