Skip to content

Commit

Permalink
style: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
scrocquesel committed Oct 24, 2021
1 parent bffd063 commit 8a80120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/config/validation.spec.ts
Expand Up @@ -372,7 +372,7 @@ describe('config/validation', () => {
depNameTemplate: 'foo',
datasourceTemplate: 'bar',
depTypeTemplate: 'apple',
automerge: true,
automerge: true,
},
],
};
Expand Down
3 changes: 1 addition & 2 deletions lib/manager/regex/index.spec.ts
Expand Up @@ -21,8 +21,7 @@ describe('manager/regex/index', () => {
],
versioningTemplate:
'{{#if versioning}}{{versioning}}{{else}}semver{{/if}}',
depTypeTemplate:
'final'
depTypeTemplate: 'final',
};
const res = await extractPackageFile(
dockerfileContent,
Expand Down

0 comments on commit 8a80120

Please sign in to comment.