SimpleChat:Cleanup: Add spacing wrt shown req-options

This commit is contained in:
HanishKVC 2024-05-30 09:17:35 +05:30
parent 872ee2c73d
commit ec79b8d350

View file

@ -759,7 +759,7 @@ class Me {
ui.el_create_append_p(`iRecentUserMsgCnt:${this.iRecentUserMsgCnt}`, elDiv); ui.el_create_append_p(`iRecentUserMsgCnt:${this.iRecentUserMsgCnt}`, elDiv);
ui.el_create_append_p(`chatRequestOptions:${JSON.stringify(this.chatRequestOptions)}`, elDiv); ui.el_create_append_p(`chatRequestOptions:${JSON.stringify(this.chatRequestOptions, null, "\t")}`, elDiv);
ui.el_create_append_p(`ApiEndPoint:${this.apiEP}`, elDiv); ui.el_create_append_p(`ApiEndPoint:${this.apiEP}`, elDiv);