Fix codeStyle issue

This commit is contained in:
nowinkey
2023-02-14 13:50:47 +08:00
committed by Zhouxiang Zhan
parent 65e3d1e4c0
commit e5c19647ad
@@ -2975,7 +2975,7 @@ public class DefaultMessageStore implements MessageStore {
private DispatchService dispatchService;
public ConcurrentReputMessageService(){
public ConcurrentReputMessageService() {
super();
this.mainBatchDispatchRequestService = new MainBatchDispatchRequestService();
this.dispatchService = new DispatchService();