Skip to content

Commit

Permalink
chore(presets/workarounds): fix code formatting (renovatebot#31071)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitz committed Aug 29, 2024
1 parent 043463a commit 50aa298
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/config/presets/internal/workarounds.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import { presets } from './workarounds';

describe('config/presets/internal/workarounds', () => {
describe('bitnamiDockerImageVersioning', () => {
const versioning = versionings.get(presets.bitnamiDockerImageVersioning.packageRules![0]
.versioning as string);
const versioning = versionings.get(
presets.bitnamiDockerImageVersioning.packageRules![0]
.versioning as string,
);
const matchCurrentValue = presets.bitnamiDockerImageVersioning
.packageRules![0].matchCurrentValue as string;
const matchCurrentValueRe = regEx(
Expand Down

0 comments on commit 50aa298

Please sign in to comment.