Add blank line at the end of files

This commit is contained in:
igorrCarvalho 2024-06-27 02:21:05 -03:00 committed by Gabriel Luiz Freitas Almeida
commit c91570554e
2 changed files with 2 additions and 3 deletions

View file

@ -33,6 +33,5 @@ export default function getCodesObj({
name: "chat widget html",
code: widgetCode,
},
]
}
}

View file

@ -9,4 +9,4 @@ export default function getTabsOrder(isThereWH: boolean = false, isThereTweaks:
defaultOrder.splice(1, 0, "webhook curl");
}
return defaultOrder;
}
}