Skip to content

Commit

Permalink
test: add trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Apr 8, 2024
1 parent 51e05e1 commit f3318fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/rules/no-duplicates.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,11 @@ import {x,y} from './foo'
import {
DEFAULT_FILTER_KEYS,
BULK_DISABLED,
${''}
BULK_ACTIONS_ENABLED
} from '../constants';
import React from 'react';
${''}
const TestComponent = () => {
return <div>
</div>;
Expand Down

0 comments on commit f3318fb

Please sign in to comment.