Skip to content

Commit

Permalink
fix style check
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoyt authored Dec 4, 2023
1 parent ed8b832 commit aa63bf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class KubernetesApplicationOperation extends ApplicationOperation with Logging {
new ConcurrentHashMap[String, (KubernetesInfo, ApplicationInfo)]
// key is kyuubi_unique_key
private var cleanupTerminatedAppInfoTrigger: Cache[String, ApplicationState] = _

private var expireCleanUpTriggerCacheExecutor: ScheduledExecutorService = _

private def getOrCreateKubernetesClient(kubernetesInfo: KubernetesInfo): KubernetesClient = {
Expand Down

0 comments on commit aa63bf6

Please sign in to comment.