Skip to content

Commit 744e3af

Browse files
correctly place bracket
1 parent 0c6c6b2 commit 744e3af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/print.data.table.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ print.data.table = function(x, topn=getOption("datatable.print.topn"),
148148
mat_abbs <- matrix(abbs, nrow = 1L)
149149
rownames(mat_abbs) <- ""
150150
mat_abbs
151-
}
152-
)
151+
})
153152
print_default(toprint)
154153
invisible(x)
155154
}

0 commit comments

Comments
 (0)