Skip to content

Commit 6398200

Browse files
committedOct 17, 2022
chore: code formatting
1 parent 4d3b694 commit 6398200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎source/app/metrics/utils.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -398,12 +398,12 @@ export const filters = {
398398
if (patterns[0] === "@use.patterns") {
399399
if (debug)
400400
console.debug(`metrics/filters/repo > ${repo} > using advanced pattern matching`)
401-
const options = {nocase:true}
401+
const options = {nocase: true}
402402
for (let pattern of patterns) {
403403
if (pattern.startsWith("#"))
404404
continue
405405
let action = false
406-
if ((pattern.startsWith("+"))||(pattern.startsWith("-"))) {
406+
if ((pattern.startsWith("+")) || (pattern.startsWith("-"))) {
407407
action = pattern.charAt(0) === "+"
408408
pattern = pattern.substring(1)
409409
}

0 commit comments

Comments
 (0)
Failed to load comments.