Skip to content

Commit 38c21f3

Browse files
author
Oscar D. Lara Yejas
committed
Removed space
1 parent 5bdf3f9 commit 38c21f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/R/DataFrame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2260,7 +2260,7 @@ setMethod("str",
22602260
# The number of observations will not be displayed as computing the
22612261
# number of rows is a very expensive operation
22622262
cat(paste0("'", class(object), "': ", length(names), " variables:\n"))
2263-
2263+
22642264
if (nrow(localDF) > 0) {
22652265
for (i in 1 : ncol(localDF)) {
22662266
# Get the first elements for each column

0 commit comments

Comments
 (0)