Skip to content

Commit

Permalink
[ISSUE apache#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 0ff6ff9 commit d44eb89
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
import org.junit.Test;

import java.lang.reflect.Field;
import java.util.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;


import static org.apache.rocketmq.controller.ControllerTestBase.*;
import static org.junit.Assert.assertEquals;
Expand Down

0 comments on commit d44eb89

Please sign in to comment.