From ce0e0f12c5d9cf991e980d91ec6da7ab50424b2c Mon Sep 17 00:00:00 2001 From: Ryan Vazquez Date: Thu, 29 Oct 2020 17:41:38 -0400 Subject: [PATCH] formatting --- plugins/cost-insights/src/client.ts | 5 ++++- .../src/components/CostGrowth/CostGrowth.tsx | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/plugins/cost-insights/src/client.ts b/plugins/cost-insights/src/client.ts index 979a7a44ef..914fdb7b64 100644 --- a/plugins/cost-insights/src/client.ts +++ b/plugins/cost-insights/src/client.ts @@ -33,7 +33,10 @@ import { Trendline, UnlabeledDataflowData, } from '../src/types'; -import { ProjectGrowthAlert, UnlabeledDataflowAlert } from '../src/utils/alerts'; +import { + ProjectGrowthAlert, + UnlabeledDataflowAlert, +} from '../src/utils/alerts'; import { DEFAULT_DATE_FORMAT, exclusiveEndDateOf, diff --git a/plugins/cost-insights/src/components/CostGrowth/CostGrowth.tsx b/plugins/cost-insights/src/components/CostGrowth/CostGrowth.tsx index da2f3e3c1b..89e44ee185 100644 --- a/plugins/cost-insights/src/components/CostGrowth/CostGrowth.tsx +++ b/plugins/cost-insights/src/components/CostGrowth/CostGrowth.tsx @@ -16,7 +16,13 @@ import React from 'react'; import classnames from 'classnames'; -import { ChangeStatistic, CurrencyType, Duration, EngineerThreshold, GrowthType } from '../../types'; +import { + ChangeStatistic, + CurrencyType, + Duration, + EngineerThreshold, + GrowthType, +} from '../../types'; import { rateOf } from '../../utils/currency'; import { growthOf } from '../../utils/change'; import { useCostGrowthStyles as useStyles } from '../../utils/styles';