Skip to content

Commit 3b5f6cf

Browse files
committed
code formatting
1 parent 9dd54d9 commit 3b5f6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/format.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format.blob <- function(x, ...) {
33
if (length(x) == 0)
44
return(character())
55

6-
ifelse(is.na(x), "<NA>", paste0("blob[", blob_size(x, ...) , "]"))
6+
ifelse(is.na(x), "<NA>", paste0("blob[", blob_size(x, ...), "]"))
77
}
88

99
#' @export

0 commit comments

Comments
 (0)