mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-21 13:49:50 +08:00
Fix codeStyle issue
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user