make prettier adjustments to things the pf v4 codemod tool broke

This commit is contained in:
John Mitchell
2020-06-10 13:23:26 -04:00
parent 781869a436
commit 826b03b78e
64 changed files with 169 additions and 158 deletions

View File

@@ -1,8 +1,5 @@
import React from 'react';
import {
Toolbar,
ToolbarContent,
} from '@patternfly/react-core';
import { Toolbar, ToolbarContent } from '@patternfly/react-core';
import { createMemoryHistory } from 'history';
import { act } from 'react-dom/test-utils';
import { mountWithContexts } from '../../../testUtils/enzymeHelpers';