Skip to content

Commit 013b9f8

Browse files
chore: code formatting
1 parent ce8daa0 commit 013b9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/plugins/core/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default async function({login, q}, {conf, data, rest, graphql, plugins, q
144144
console.debug(`metrics/compute/${login} > applying dflag --cakeday`)
145145
computed.cakeday = true
146146
}
147-
if ((dflags.includes("--halloween"))||(dflags.includes("--winter"))) {
147+
if ((dflags.includes("--halloween")) || (dflags.includes("--winter"))) {
148148
const color = dflags.find(color => ["--halloween", "--winter"].includes(color)).replace("--", "")
149149
console.debug(`metrics/compute/${login} > applying dflag --halloween`)
150150
//Color replacer

0 commit comments

Comments
 (0)