Skip to content

Commit b21acb7

Browse files
committed
style: Remove extraneous newline
1 parent adfbd96 commit b21acb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rules/order.js

-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ module.exports = {
643643
const newlinesBetweenImports = options['newlines-between'] || 'ignore';
644644
const pathGroupsExcludedImportTypes = new Set(options['pathGroupsExcludedImportTypes'] || ['builtin', 'external', 'object']);
645645
const alphabetize = getAlphabetizeConfig(options);
646-
647646
const distinctGroup = getDistinctGroupConfig(options.distinctGroup);
648647
let ranks;
649648

0 commit comments

Comments
 (0)