Skip to content

Commit

Permalink
Fixes minor Scala styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed May 29, 2015
1 parent b46ef0d commit c489e0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ abstract class HiveThriftServer2Test extends FunSuite with BeforeAndAfterAll wit
val driverClassPath = {
// Writes a temporary log4j.properties and prepend it to driver classpath, so that it
// overrides all other potential log4j configurations contained in other dependency jar files.
val tempLog4jConf= Utils.createTempDir().getCanonicalPath
val tempLog4jConf = Utils.createTempDir().getCanonicalPath

Files.write(
Paths.get(s"$tempLog4jConf/log4j.properties"),
Expand Down

0 comments on commit c489e0e

Please sign in to comment.