This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 3577edf57f5 [hotfix] Apply spotless for AbstractHaServicesTest
3577edf57f5 is described below
commit 3577edf57f55177eb5af6ddf1179267e15c69e2f
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Mar 10 01:01:43 2023 +0100
[hotfix] Apply spotless for AbstractHaServicesTest
---
.../flink/runtime/highavailability/AbstractHaServicesTest.java | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git
a/flink-runtime/src/test/java/org/apache/flink/runtime/highavailability/AbstractHaServicesTest.java
b/flink-runtime/src/test/java/org/apache/flink/runtime/highavailability/AbstractHaServicesTest.java
index 90a642f325d..ecdb21603f4 100644
---
a/flink-runtime/src/test/java/org/apache/flink/runtime/highavailability/AbstractHaServicesTest.java
+++
b/flink-runtime/src/test/java/org/apache/flink/runtime/highavailability/AbstractHaServicesTest.java
@@ -69,10 +69,11 @@ class AbstractHaServicesTest {
haServices.closeAndCleanupAllData();
- assertThat(closeOperations).contains(
- CloseOperations.HA_CLEANUP,
- CloseOperations.HA_CLOSE,
- CloseOperations.BLOB_CLEANUP_AND_CLOSE);
+ assertThat(closeOperations)
+ .contains(
+ CloseOperations.HA_CLEANUP,
+ CloseOperations.HA_CLOSE,
+ CloseOperations.BLOB_CLEANUP_AND_CLOSE);
}
/**