Skip to content

Commit be86554

Browse files
authored
Fix formatting in logStrings function
1 parent 91c2ec4 commit be86554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async function getUsedStrings (translatedStrings) {
9898

9999
function logStrings (strings, message) {
100100
if (!strings.length) {
101-
return console.log(`✓ No ${message}`);
101+
return console.log(`✓ No ${message}`)
102102
}
103103
underline(`Found ${strings.length} ${message}`)
104104
console.log(`${strings.map(s => `\n- ${s}`).join('')}`)

0 commit comments

Comments
 (0)