Skip to content

Commit 90c5052

Browse files
committed
Remove redundant spaces
1 parent d00a2cf commit 90c5052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMStateMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class SCMStateMachine extends BaseStateMachine {
7878

7979
private StorageContainerManager scm;
8080
private Map<RequestType, Object> handlers;
81-
private Map<RequestType, ScmInvoker<?>> invokers;
81+
private Map<RequestType, ScmInvoker<?>> invokers;
8282
private SCMHADBTransactionBuffer transactionBuffer;
8383
private final SimpleStateMachineStorage storage =
8484
new SimpleStateMachineStorage();

0 commit comments

Comments
 (0)