Skip to content

Commit

Permalink
[ISSUE #8380]fix wrong election in controllerMode: fix codeStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Willhow-Gao committed Aug 4, 2024
1 parent d44eb89 commit bcfca26
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
import java.util.Map;


import static org.apache.rocketmq.controller.ControllerTestBase.*;
import static org.apache.rocketmq.controller.ControllerTestBase.DEFAULT_BROKER_NAME;
import static org.apache.rocketmq.controller.ControllerTestBase.DEFAULT_CLUSTER_NAME;
import static org.apache.rocketmq.controller.ControllerTestBase.DEFAULT_IP;
import static org.junit.Assert.assertEquals;

public class RaftReplicasInfoManagerTest extends ReplicasInfoManagerTest {
Expand Down

0 comments on commit bcfca26

Please sign in to comment.