Skip to content

Commit 1acefd1

Browse files
author
Sun Rui
committed
Fix scala style.
1 parent 0aa1e97 commit 1acefd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/api/r/RUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.apache.spark.SparkException
2323

2424
private[spark] object RUtils {
2525
/**
26-
* Get the SparkR package path in various deployment modes.
26+
* Get the SparkR package path in various deployment modes.
2727
*/
2828
def sparkRPackagePath(driver: Boolean): String = {
2929
val yarnMode = sys.env.get("SPARK_YARN_MODE")

0 commit comments

Comments
 (0)