forked from MapComplete/MapComplete
Formatting
This commit is contained in:
parent
d5d2c08706
commit
72ca67e3ab
34 changed files with 616 additions and 566 deletions
|
@ -12,8 +12,11 @@ describe("SpecialVisualisations", () => {
|
|||
"A special visualisation is not allowed to be named 'type', as this will conflict with the 'special'-blocks"
|
||||
)
|
||||
|
||||
if(special.args === undefined){
|
||||
throw "The field 'args' is undefined for special visualisation "+special.funcName
|
||||
if (special.args === undefined) {
|
||||
throw (
|
||||
"The field 'args' is undefined for special visualisation " +
|
||||
special.funcName
|
||||
)
|
||||
}
|
||||
|
||||
for (const arg of special.args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue