Upgrade to spring-javaformat 0.0.43

Closes gh-41853
This commit is contained in:
Moritz Halbritter
2024-08-14 12:32:42 +02:00
parent b43d97b359
commit 1d45016d8c
34 changed files with 38 additions and 23 deletions

View File

@@ -211,7 +211,7 @@ public @interface SpringBootTest {
* that class does not have a main method, a test-specific
* {@link SpringApplication} will be used.
*/
WHEN_AVAILABLE;
WHEN_AVAILABLE
}