Skip to content

Commit 9f8bc3d

Browse files
committed
add nocov
1 parent c48ab1b commit 9f8bc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (!exists("trimws", "package:base")) {
88

99
dim.data.table = function(x)
1010
{
11-
if (!cedta()) return(NextMethod())
11+
if (!cedta()) return(NextMethod()) # nocov
1212
.Call(Cdim, x)
1313
}
1414

0 commit comments

Comments
 (0)