chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2024-08-09 16:55:08 +02:00
parent a8fd550b72
commit 6a0b77eb99
180 changed files with 16812 additions and 2509 deletions

View file

@ -1096,7 +1096,10 @@ class MiscTagRenderingChecks extends DesugaringStep<TagRenderingConfigJson> {
continue
}
if(txt.indexOf(json.freeform.key) >= 0 && txt.indexOf("{"+json.freeform.key+"}") < 0){
if (
txt.indexOf(json.freeform.key) >= 0 &&
txt.indexOf("{" + json.freeform.key + "}") < 0
) {
context
.enter("render")
.err(
@ -1105,7 +1108,6 @@ class MiscTagRenderingChecks extends DesugaringStep<TagRenderingConfigJson> {
continue
}
context
.enter("render")
.err(