Skip to content

Commit ab00525

Browse files
committed
nit
1 parent 2301c4f commit ab00525

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

kyuubi-common/src/main/scala/org/apache/kyuubi/service/authentication/JdbcAuthenticationProviderImpl.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@ class JdbcAuthenticationProviderImpl(conf: KyuubiConf) extends PasswdAuthenticat
9898
}
9999

100100
private def checkJdbcConfigs(): Unit = {
101-
val configLog =
102-
(config: String, value: Option[String]) =>
103-
s"JDBCAuthConfig: $config = '${value.orNull}'"
101+
val configLog = (config: String, value: Option[String]) =>
102+
s"JDBCAuthConfig: $config = '${value.orNull}'"
104103

105104
debug(configLog("Driver Class", driverClass))
106105
debug(configLog("JDBC URL", authDbJdbcUrl))

0 commit comments

Comments
 (0)