From 885045a04135f8b5949a3ee5b7ef4a30a0a14db7 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 22 Jun 2022 12:02:44 +0530 Subject: [PATCH] style: pretty --- src/commands/plugins.js | 2 +- src/utilities/create.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/plugins.js b/src/commands/plugins.js index 38716b5..7a68cb5 100644 --- a/src/commands/plugins.js +++ b/src/commands/plugins.js @@ -27,7 +27,7 @@ export async function plugins() { } /** - * @param {string} url + * @param {string} url * @returns File */ async function download(url) { diff --git a/src/utilities/create.js b/src/utilities/create.js index 53eee38..703f604 100644 --- a/src/utilities/create.js +++ b/src/utilities/create.js @@ -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.