Fix formatting

This commit is contained in:
Sébastien Deleuze
2023-08-01 14:18:38 +02:00
parent 29a0fbbd89
commit e4f4bf7df6

View File

@@ -41,7 +41,6 @@ class AwaitApplication implements BeforeAllCallback {
private final Pattern APPLICATION_RE_STARTED = Pattern
.compile("Spring-managed lifecycle restart completed in [0-9\\.]+ ms");
@Override
public void beforeAll(ExtensionContext context) throws Exception {
Output output = Output.current();