Skip to content

Commit

Permalink
Clean up code (#62571)
Browse files Browse the repository at this point in the history
Remove unused import and unnecessary space

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
jloleysens and elasticmachine authored Apr 6, 2020
1 parent 4573f8d commit 5ca1c9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/
import React, { useEffect, useCallback } from 'react';
import classNames from 'classnames';
import * as _ from 'lodash';

import { i18n } from '@kbn/i18n';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export const EditFieldHeaderForm = React.memo(
{/* Field sub type (if any) - will never be the case if we have an "other" type */}
{hasSubType && (
<EuiFlexItem>
{' '}
<UseField
path="subType"
config={{
Expand Down

0 comments on commit 5ca1c9d

Please sign in to comment.