Skip to content

Commit

Permalink
refactor: 🎨 remove extra blank line & add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
64b2b6d12bfe4baae7dad3d01 authored and juanpicado committed Jan 7, 2018
1 parent 0f33cdd commit 73b7165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/webui/src/components/PackageDetail/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import React from 'react';
import PropTypes from 'prop-types';
import isNil from 'lodash/isNil';
Expand Down
4 changes: 2 additions & 2 deletions src/webui/src/modules/detail/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 73b7165

Please sign in to comment.