SimpleChat:JS:CI: Avoid space at end of jsdoc param line

This commit is contained in:
HanishKVC 2024-05-20 21:34:48 +05:30
parent 3fc607f832
commit af621975bb

View file

@ -42,8 +42,8 @@ class SimpleChat {
/**
* Show the contents in the specified div
* @param {HTMLDivElement} div
* @param {boolean} bClear
* @param {HTMLDivElement} div
* @param {boolean} bClear
*/
show(div, bClear=true) {
if (bClear) {