Skip to content

Commit

Permalink
chore(manager/haskell-cabal): Run prettier again
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Dec 18, 2024
1 parent cc15bbe commit 7575acd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/modules/manager/haskell-cabal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ import type { Category } from '../../../constants';
import type { RangeStrategy } from '../../../types';
import { HackageDatasource } from '../../datasource/hackage';
import * as pvpVersioning from '../../versioning/pvp';
import type { PackageDependency, PackageFileContent , RangeConfig } from '../types';
import type {
PackageDependency,
PackageFileContent,
RangeConfig,
} from '../types';
import type { CabalDependency } from './extract';
import { extractNamesAndRanges, findDepends } from './extract';

Expand Down

0 comments on commit 7575acd

Please sign in to comment.