replace unicode arrows again (#26732)

This commit is contained in:
Patrik Nordwall 2019-04-15 17:40:26 +02:00 committed by Arnout Engelen
parent ee67c113e5
commit a5e9741d35
40 changed files with 125 additions and 125 deletions

View file

@ -57,7 +57,7 @@ object ClusterSingletonManagerSettings {
*/
def apply(config: Config): ClusterSingletonManagerSettings = {
val lease = config.getString("use-lease") match {
case s if s.isEmpty None
case s if s.isEmpty => None
case leaseConfigPath =>
Some(new LeaseUsageSettings(leaseConfigPath, config.getDuration("lease-retry-interval").asScala))
}