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

Commit eb44361

Browse files
committed
Run prettier
1 parent 226387a commit eb44361

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const Element = (
4949
static contextTypes = elementContextTypes;
5050

5151
static displayName = `${capitalized(type)}Element`;
52-
52+
5353
constructor(props: Props, context: ElementContext) {
5454
super(props, context);
5555

src/setupTests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @noflow
2-
import { configure } from 'enzyme';
2+
import {configure} from 'enzyme';
33
import Adapter from 'enzyme-adapter-react-15';
44

5-
configure({ adapter: new Adapter() });
5+
configure({adapter: new Adapter()});

0 commit comments

Comments
 (0)