break some linting...

73520b923fdcb45650c2e7c77929822ad2e40af2

Wolfsblvt <wolfsblvt@gmail.com>

2 files changed, +2 -2Showing whitespace changes
public/scripts/reasoning.js+1 -1
@@ -6,7 +6,7 @@ import { getRegexedString, regex_placement } from './extensions/regex/engine.js'
66import { getCurrentLocale, t, translate } from './i18n.js';
77import { MacrosParser } from './macros.js';
88import { chat_completion_sources, getChatCompletionModel, oai_settings } from './openai.js';
99import { POPUP_RESULT, Popup } from './popup.js';
1010import { performFuzzySearch, power_user } from './power-user.js';
1111import { getPresetManager } from './preset-manager.js';
1212import { SlashCommand } from './slash-commands/SlashCommand.js';
public/scripts/slash-commands.js+1 -1
@@ -69,7 +69,7 @@ import { SlashCommand } from './slash-commands/SlashCommand.js';
6969import { SlashCommandAbortController } from './slash-commands/SlashCommandAbortController.js';
7070import { SlashCommandNamedArgumentAssignment } from './slash-commands/SlashCommandNamedArgumentAssignment.js';
7171import { SlashCommandEnumValue, enumTypes } from './slash-commands/SlashCommandEnumValue.js';
7272import { POPUP_RESULT, POPUP_TYPE, Popup, callGenericPopup } from './popup.js';
7373import { commonEnumProviders, enumIcons } from './slash-commands/SlashCommandCommonEnumsProvider.js';
7474import { SlashCommandBreakController } from './slash-commands/SlashCommandBreakController.js';
7575import { SlashCommandExecutionError } from './slash-commands/SlashCommandExecutionError.js';