Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Jun 28, 2023
1 parent 10299a3 commit 9368482
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
package io.orkes.conductor.client.spring;


import java.util.concurrent.TimeUnit;

import org.apache.commons.lang3.StringUtils;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
Expand All @@ -22,8 +24,6 @@

import lombok.extern.slf4j.Slf4j;

import java.util.concurrent.TimeUnit;

@Configuration(proxyBeanMethods = false)
@Slf4j
public class ApiClientAutoConfiguration {
Expand Down

0 comments on commit 9368482

Please sign in to comment.