Skip to content

Commit d787085

Browse files
committed
run format
Signed-off-by: yongjunhong <[email protected]>
1 parent 2a74d15 commit d787085

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

module/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/web/server/ManagementContextFactoryTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package org.springframework.boot.actuate.autoconfigure.web.server;
1818

1919
import org.junit.jupiter.api.Test;
20+
2021
import org.springframework.boot.WebApplicationType;
2122
import org.springframework.context.ApplicationContext;
2223
import org.springframework.context.ConfigurableApplicationContext;
@@ -58,4 +59,4 @@ public Object getProperty(String name) {
5859
assertThat(childEnvironment.getPropertySources().contains("managementProperty")).isTrue();
5960
}
6061

61-
}
62+
}

0 commit comments

Comments
 (0)