Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rynobax committed Jan 31, 2019
1 parent 226387a commit eb44361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Element.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Element = (
static contextTypes = elementContextTypes;

static displayName = `${capitalized(type)}Element`;

constructor(props: Props, context: ElementContext) {
super(props, context);

Expand Down
4 changes: 2 additions & 2 deletions src/setupTests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @noflow
import { configure } from 'enzyme';
import {configure} from 'enzyme';
import Adapter from 'enzyme-adapter-react-15';

configure({ adapter: new Adapter() });
configure({adapter: new Adapter()});

0 comments on commit eb44361

Please sign in to comment.