Skip to content

Commit a1eca2b

Browse files
committed
[SPARK-16381] style fix
1 parent d5b0b7f commit a1eca2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/r/RSparkSQLExample.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
library(SparkR)
1919

2020
# $example on:init_session$
21-
sparkR.session(appName='MyApp', sparkConfig=list(spark.executor.memory="1g"))
21+
sparkR.session(appName = "MyApp", sparkConfig = list(spark.executor.memory = "1g"))
2222
# $example off:init_session$
2323

2424

0 commit comments

Comments
 (0)