Skip to content

Commit 0077f0b

Browse files
author
Clauderic Demers
committed
nit: linting tweaks
1 parent f18e9c7 commit 0077f0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/.stories/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Component } from 'react';
1+
import React, {Component} from 'react';
22
import PropTypes from 'prop-types';
33
import ReactDOM from 'react-dom';
44
import {storiesOf} from '@kadira/storybook';

src/SortableContainer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Component } from 'react';
1+
import React, {Component} from 'react';
22
import PropTypes from 'prop-types';
33
import {findDOMNode} from 'react-dom';
44
import invariant from 'invariant';

src/SortableElement/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Component } from 'react';
1+
import React, {Component} from 'react';
22
import PropTypes from 'prop-types';
33
import {findDOMNode} from 'react-dom';
44
import invariant from 'invariant';

0 commit comments

Comments
 (0)