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 React from 'react';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import isNil from 'lodash/isNil'; import isNil from 'lodash/isNil';

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