Skip to content

Commit

Permalink
style: Apply eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
janicmikes committed Jan 17, 2025
1 parent 8462e0b commit 55d0b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/platform/azure/azure-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import { streamToString } from '../../../util/streams';
import { getNewBranchName } from '../util';
import * as azureApi from './azure-got-wrapper';
import { WrappedExceptionSchema } from './schema';
import { AzurePolicyTypeId } from './types';
import {
getBranchNameWithoutRefsPrefix,
getBranchNameWithoutRefsheadsPrefix,
} from './util';
import { AzurePolicyTypeId } from './types';

export async function getRefs(
repoId: string,
Expand Down

0 comments on commit 55d0b62

Please sign in to comment.