remove line break

d3a7466929e6a36c2e03958f3f6f06b664fe0005

Risenafis <reverse.hierarchy@gmail.com>

Signed
1 files changed, +0 -1Ignore whitespace
public/scripts/extensions/tts/index.js+0 -1
@@ -1037,7 +1037,6 @@ export async function initVoiceMap(unrestricted = false) {
10371037 * @param {boolean} unrestricted - If true, will include all characters in voiceMapEntries, even if they are not in the current chat.
10381038 */
10391039async function initVoiceMapInternal(unrestricted) {
1040-
10411040 // Gate initialization if not enabled or TTS Provider not ready. Prevents error popups.
10421041 const enabled = $('#tts_enabled').is(':checked');
10431042 if (!enabled) {