Skip to content

Commit

Permalink
Fixes indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Apr 22, 2020
1 parent e5ed75d commit 8e05413
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ export const StepDetailsForm: FC<Props> = React.memo(
})}
>
<EuiFieldText
placeholder={i18n.translate(
'xpack.transform.stepDetailsForm.transformDescriptionPlaceholderText',
{ defaultMessage: 'Description (optional)', }
placeholder={i18n.translate(
'xpack.transform.stepDetailsForm.transformDescriptionPlaceholderText',
{ defaultMessage: 'Description (optional)' }
)}
value={transformDescription}
onChange={e => setTransformDescription(e.target.value)}
Expand Down

0 comments on commit 8e05413

Please sign in to comment.