Skip to content

Commit 8978cf2

Browse files
shrink diff with extra newline
1 parent 63694aa commit 8978cf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/tables.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ tables = function(mb=type_size, order.col="NAME", width=80L,
6969
if (!silent) catf("No objects of class data.table exist in %s\n", if (identical(env, .GlobalEnv)) ".GlobalEnv" else format(env))
7070
return(invisible(data.table(NULL)))
7171
}
72-
info = data.table(NAME=vapply_1c(found_items, `[[`, "name"),
73-
NROW=0L, NCOL=0L, MB=0.0, COLS=list(), KEY=list(), INDICES=list())
72+
info = data.table(NAME=vapply_1c(found_items, `[[`, "name"), NROW=0L, NCOL=0L, MB=0.0, COLS=list(), KEY=list(), INDICES=list())
7473
for (i in seq_along(found_items)) { # avoid rbindlist(lapply(DT_names)) in case of a large number of tables
7574
DT = found_items[[i]]$obj
7675
set(info, i, "NROW", nrow(DT))

0 commit comments

Comments
 (0)