From 9b84ca4d33e9552a9c644d5757555653dd825f90 Mon Sep 17 00:00:00 2001 From: Lucy Ge Date: Tue, 15 Aug 2023 14:09:08 -0700 Subject: [PATCH] checkstyle --- .../server/worker/WorkerMetadataSyncIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dora/tests/integration/src/test/java/alluxio/server/worker/WorkerMetadataSyncIntegrationTest.java b/dora/tests/integration/src/test/java/alluxio/server/worker/WorkerMetadataSyncIntegrationTest.java index ae10529590c1..8475e929e58d 100644 --- a/dora/tests/integration/src/test/java/alluxio/server/worker/WorkerMetadataSyncIntegrationTest.java +++ b/dora/tests/integration/src/test/java/alluxio/server/worker/WorkerMetadataSyncIntegrationTest.java @@ -22,10 +22,10 @@ import alluxio.testutils.LocalAlluxioClusterResource; import alluxio.util.WaitForOptions; +import com.google.common.collect.ImmutableMap; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; -import com.google.common.collect.ImmutableMap; public class WorkerMetadataSyncIntegrationTest {