Skip to content

Commit 5863cf7

Browse files
author
Vinod K C
committed
Removed space
1 parent e27c66c commit 5863cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/AbstractSparkSQLParser.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ class SqlLexical extends StdLexical {
8484

8585
/* This is a work around to support the lazy setting */
8686
def initialize(keywords: Seq[String]): Unit = {
87-
reserved.clear()
88-
reserved ++= keywords
87+
reserved.clear()
88+
reserved ++= keywords
8989
}
9090

9191
/* Normal the keyword string */

0 commit comments

Comments
 (0)