Skip to content

Commit bf2179a

Browse files
author
Yuto Akutsu
committed
removed unnecessary spaces
1 parent 2df5825 commit bf2179a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/pyspark/sql/functions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5210,9 +5210,9 @@ def _test():
52105210
from pyspark.sql import Row, SparkSession
52115211
import pyspark.sql.functions
52125212
globs = pyspark.sql.functions.__dict__.copy()
5213-
spark = SparkSession.builder \
5214-
.master("local[4]") \
5215-
.appName("sql.functions tests") \
5213+
spark = SparkSession.builder\
5214+
.master("local[4]")\
5215+
.appName("sql.functions tests")\
52165216
.getOrCreate()
52175217
sc = spark.sparkContext
52185218
globs['sc'] = sc

0 commit comments

Comments
 (0)