Skip to content

Commit c489e0e

Browse files
committed
Fixes minor Scala styling issue
1 parent b46ef0d commit c489e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ abstract class HiveThriftServer2Test extends FunSuite with BeforeAndAfterAll wit
438438
val driverClassPath = {
439439
// Writes a temporary log4j.properties and prepend it to driver classpath, so that it
440440
// overrides all other potential log4j configurations contained in other dependency jar files.
441-
val tempLog4jConf= Utils.createTempDir().getCanonicalPath
441+
val tempLog4jConf = Utils.createTempDir().getCanonicalPath
442442

443443
Files.write(
444444
Paths.get(s"$tempLog4jConf/log4j.properties"),

0 commit comments

Comments
 (0)