Skip to content

Commit ee52b53

Browse files
committed
Fix style
1 parent 261e5a6 commit ee52b53

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
@@ -3741,7 +3741,7 @@ setMethod("rollup",
37413741
setMethod("hint",
37423742
signature(x = "SparkDataFrame", name = "character"),
37433743
function(x, name, ...) {
3744-
parameters <-list(...)
3744+
parameters <- list(...)
37453745
stopifnot(all(sapply(parameters, is.character)))
37463746
jdf <- callJMethod(x@sdf, "hint", name, parameters)
37473747
dataFrame(jdf)

0 commit comments

Comments
 (0)