Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrkaatz committed Oct 17, 2023
1 parent 7239a3f commit 60762b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -20,7 +20,7 @@ export default (pattern) =>
uses.split("@")[1].search(/[a-z0-9]{40}$/) === -1
) {
accumulator.push(
`${uses} should use a commit hash as a version identifier`
`${uses} should use a commit hash as a version identifier`,
)
}
return accumulator
Expand Down

0 comments on commit 60762b9

Please sign in to comment.