Remove unnecessary newlines in react-infinite-scroller

This commit is contained in:
Lapanti
2017-05-16 11:59:19 +03:00
parent e18abed9f2
commit aec8542e5f

View File

@@ -59,5 +59,3 @@ declare module 'react-infinite-scroller' {
export default class InfiniteScroll extends React.Component<InfiniteScrollProps, any> { }
}