From 83e413b0bfae9d6272cccdcd4d32b828792c630f Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 19 Sep 2019 13:28:52 -0400 Subject: [PATCH] Fix prettier failures --- awx/ui_next/src/components/Lookup/InstanceGroupsLookup.jsx | 2 +- awx/ui_next/src/components/Lookup/InventoryLookup.jsx | 2 +- awx/ui_next/src/components/Lookup/Lookup.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui_next/src/components/Lookup/InstanceGroupsLookup.jsx b/awx/ui_next/src/components/Lookup/InstanceGroupsLookup.jsx index 966cb62b95..1e58f3eafa 100644 --- a/awx/ui_next/src/components/Lookup/InstanceGroupsLookup.jsx +++ b/awx/ui_next/src/components/Lookup/InstanceGroupsLookup.jsx @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'; import { withI18n } from '@lingui/react'; import { t } from '@lingui/macro'; import { FormGroup, Tooltip } from '@patternfly/react-core'; -import { QuestionCircleIcon as PFQuestionCircleIcon} from '@patternfly/react-icons'; +import { QuestionCircleIcon as PFQuestionCircleIcon } from '@patternfly/react-icons'; import styled from 'styled-components'; import { InstanceGroupsAPI } from '@api'; diff --git a/awx/ui_next/src/components/Lookup/InventoryLookup.jsx b/awx/ui_next/src/components/Lookup/InventoryLookup.jsx index 35125b6ff6..0f29ed2ff3 100644 --- a/awx/ui_next/src/components/Lookup/InventoryLookup.jsx +++ b/awx/ui_next/src/components/Lookup/InventoryLookup.jsx @@ -3,7 +3,7 @@ import { string, func, bool } from 'prop-types'; import { withI18n } from '@lingui/react'; import { t } from '@lingui/macro'; import { FormGroup, Tooltip } from '@patternfly/react-core'; -import { QuestionCircleIcon as PFQuestionCircleIcon} from '@patternfly/react-icons'; +import { QuestionCircleIcon as PFQuestionCircleIcon } from '@patternfly/react-icons'; import styled from 'styled-components'; import { InventoriesAPI } from '@api'; diff --git a/awx/ui_next/src/components/Lookup/Lookup.jsx b/awx/ui_next/src/components/Lookup/Lookup.jsx index d70284b3fa..b398c007ce 100644 --- a/awx/ui_next/src/components/Lookup/Lookup.jsx +++ b/awx/ui_next/src/components/Lookup/Lookup.jsx @@ -47,7 +47,7 @@ const ChipHolder = styled.div` --pf-c-form-control--BorderTopColor: var(--pf-global--BorderColor--200); --pf-c-form-control--BorderRightColor: var(--pf-global--BorderColor--200); border-top-right-radius: 3px; - border-bottom-right-radius: 3px + border-bottom-right-radius: 3px; `; class Lookup extends React.Component {