Remove unnecessary comment separators

Deleted redundant comment separators to clean up the code and improve readability. This does not affect the functionality but ensures the codebase remains easier to maintain.
This commit is contained in:
Sandro642 2024-10-26 17:41:08 +02:00
parent aab9ff5c3e
commit 8744d3b8c5

View File

@ -437,8 +437,6 @@ async function downloadJava(effectiveJavaOptions, launchAfter = true) {
}
////////////////////////////////////////////////////////////////////////////////////
/**
* @Name dlAsync Function
* @returns {Promise<void>}
@ -782,8 +780,6 @@ async function dlAsync(login = true) {
}
}
////////////////////////////////////////////////////////////////////////////////////
/**
* News Loading Functions
*/