Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Jul 17, 2022
1 parent 713b1f1 commit 7f1cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/regex/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ export function isValidDependency({
return (
is.nonEmptyStringAndNotWhitespace(depName) &&
(is.nonEmptyStringAndNotWhitespace(currentDigest) ||
is.nonEmptyStringAndNotWhitespace(currentValue))
is.nonEmptyStringAndNotWhitespace(currentValue))
);
}

0 comments on commit 7f1cf05

Please sign in to comment.