Skip to content

Commit

Permalink
lint:fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
madalynrose committed May 9, 2024
1 parent 9aecad6 commit 16151f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assessments/pointer-motion/test-steps/target-size.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ import * as content from 'content/test/pointer-motion/target-size';
import { AssessmentVisualizationEnabledToggle } from 'DetailsView/components/assessment-visualization-enabled-toggle';
import { AnalyzerConfiguration } from 'injected/analyzers/analyzer';
import { AnalyzerProvider } from 'injected/analyzers/analyzer-provider';
import { ScannerUtils } from 'injected/scanner-utils';
import { isEmpty } from 'lodash';
import * as React from 'react';
import { PropertyBagColumnRendererConfig } from '../../../common/types/property-bag/property-bag-column-renderer-config';
import { ManualTestRecordYourResults } from '../../common/manual-test-record-your-results';
import * as Markup from '../../markup';
import { Requirement } from '../../types/requirement';
import { PointerMotionTestStep } from './test-steps';
import { ScannerUtils } from 'injected/scanner-utils';
import { isEmpty } from 'lodash';

const description: JSX.Element = (
<span>
Expand Down

0 comments on commit 16151f2

Please sign in to comment.