1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

refactor: 🎨 remove extra blank line & add semicolon

This commit is contained in:
Meeeeow 2017-11-05 18:03:59 +08:00 committed by juanpicado
parent 0f33cddda3
commit 73b7165093
2 changed files with 2 additions and 3 deletions

@ -1,4 +1,3 @@
import React from 'react';
import PropTypes from 'prop-types';
import isNil from 'lodash/isNil';

@ -12,12 +12,12 @@ const loadingMessage = 'Loading...';
export default class Detail extends React.Component {
static propTypes = {
match: PropTypes.object
}
};
state = {
readMe: '',
notFound: false,
}
};
async componentDidMount() {
try {