chore: run prettier

Signed-off-by: Chris Langhout <clanghout@bol.com>
This commit is contained in:
Chris Langhout
2022-11-25 12:26:16 +01:00
parent 0fbbde3338
commit 9a341d5fd2
2 changed files with 2 additions and 5 deletions
@@ -16,11 +16,7 @@
import React from 'react';
import classnames from 'classnames';
import {
CurrencyType,
Duration,
GrowthType,
} from '../../types';
import { CurrencyType, Duration, GrowthType } from '../../types';
import { ChangeStatistic } from '@backstage/plugin-cost-insights-common';
import { rateOf } from '../../utils/currency';
import { growthOf } from '../../utils/change';
@@ -40,6 +40,7 @@ export const CostGrowthIndicator = (props: CostGrowthIndicatorProps) => {
const { change, formatter, className, ...extraProps } = props;
const classes = useStyles();
const growth = growthOf(change, engineerThreshold);
const classNames = classnames(classes.indicator, className, {