style: pretty

This commit is contained in:
EvolutionX
2022-06-22 12:02:44 +05:30
parent 54a3e6e42c
commit 885045a041
2 changed files with 1 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export async function plugins() {
}
/**
* @param {string} url
* @param {string} url
* @returns File
*/
async function download(url) {

View File

@@ -7,7 +7,6 @@ const templates = new URL('./templates/', root);
const extraURL = new URL('./extra/', templates);
const extraFolder = fileURLToPath(extraURL);
/**
* It creates a file with the name `name.lang.sern` in the `location` directory
* @param {string} name - The name of the file.