Skip to content

Commit 4aaa4de

Browse files
committed
Fixing checkstyle
1 parent d0aa2e3 commit 4aaa4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-kubernetes-client-discovery/src/test/java/org/springframework/cloud/kubernetes/client/discovery/KubernetesInformerDiscoveryClientAutoConfigurationApplicationContextTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ private void setupWithFilteredClassLoader(Class<?> cls, String... properties) {
445445
.withPropertyValues(properties);
446446
}
447447

448-
@Configuration( proxyBeanMethods = false )
448+
@Configuration(proxyBeanMethods = false)
449449
static class ApiClientConfig {
450450

451451
@Bean

0 commit comments

Comments
 (0)