Skip to content

Commit

Permalink
corrected whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
adrikagupta committed Nov 16, 2023
1 parent b752724 commit a8ca125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class OperationHttpHandler extends AbstractAppFabricHttpHandler {
public static final String OPERATIONS_LIST_PAGINATED_KEY = "operations";

@Inject
OperationHttpHandler(CConfiguration cConf, OperationLifecycleManager operationLifecycleManager){
OperationHttpHandler(CConfiguration cConf, OperationLifecycleManager operationLifecycleManager) {
this.batchSize = cConf.getInt(AppFabric.STREAMING_BATCH_SIZE);
this.operationLifecycleManager = operationLifecycleManager;
this.featureFlagsProvider = new DefaultFeatureFlagsProvider(cConf);
Expand Down

0 comments on commit a8ca125

Please sign in to comment.