Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
beck3905 committed Jun 5, 2023
1 parent 70f89c1 commit 3deff5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { FieldUtils } from '../fields';
import { StateMachineType } from '../state-machine';
import { INextable } from '../types';


const DISTRIBUTED_MAP_SYMBOL = Symbol.for('@aws-cdk/aws-stepfunctions.DistributedMap');

/**
Expand Down Expand Up @@ -462,7 +461,6 @@ export interface DistributedMapProps extends MapProps {
*/
readonly toleratedFailureCountPath?: string


/**
* Label
*
Expand Down
1 change: 0 additions & 1 deletion packages/aws-cdk-lib/aws-stepfunctions/lib/states/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { FieldUtils } from '../fields';
import { StateGraph } from '../state-graph';
import { CatchProps, IChainable, INextable, RetryProps } from '../types';


/**
* Two modes of Map states are available in AWS Step Functions: INLINE AND DISTRIBUTED.
*
Expand Down

0 comments on commit 3deff5e

Please sign in to comment.