Skip to content

Commit 9b83983

Browse files
committed
Formatting: preferred assignment form
1 parent 6f9c045 commit 9b83983

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
@@ -86,7 +86,7 @@ print.data.table = function(x, topn=getOption("datatable.print.topn"),
8686
if (show.indices) toprint = cbind(toprint, index_dt)
8787
}
8888
require_bit64_if_needed(x)
89-
classes <- classes1(toprint)
89+
classes = classes1(toprint)
9090
toprint=format.data.table(toprint, na.encode=FALSE, timezone = timezone, ...) # na.encode=FALSE so that NA in character cols print as <NA>
9191

9292
# FR #353 - add row.names = logical argument to print.data.table

0 commit comments

Comments
 (0)