Skip to content

Commit f674bcf

Browse files
committed
formatter
1 parent d426a22 commit f674bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-starter-camunda/src/main/java/io/camunda/zeebe/spring/client/CamundaAutoConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class CamundaAutoConfiguration {
4848
@Bean
4949
@ConditionalOnMissingBean(
5050
SpringZeebeTestContext
51-
.class) // only run if we are not running in a test case - as otherwise the the lifecycle
51+
.class) // only run if we are not running in a test case - as otherwise the lifecycle
5252
// is controlled by the test
5353
public ZeebeLifecycleEventProducer zeebeLifecycleEventProducer(
5454
final ZeebeClient client, final ApplicationEventPublisher publisher) {

0 commit comments

Comments
 (0)