From 60762b9360b330d8447f81c58639ac845bdddd66 Mon Sep 17 00:00:00 2001 From: Christian Kaatz Date: Tue, 17 Oct 2023 21:51:54 +0200 Subject: [PATCH] Fix format --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 79186a6..8d55faf 100644 --- a/index.js +++ b/index.js @@ -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