formatting

f713948a1b44bfe56a37a75adbac4975155db083

qvink <qvink@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/script.js+2 -2
@@ -5963,10 +5963,10 @@ function extractMultiSwipes(data, type) {
59635963 * @param {string} [options.getMessage] The message to clean up
59645964 * @param {boolean} [options.isImpersonate] Whether this is an impersonated message
59655965 * @param {boolean} [options.isContinue] Whether this is a continued message
59665966 * @param {boolean} [options.displayIncompleteSentences] Whether to *not* trimkeep incomplete sentences at the end.
59675967 * @param {array} [options.stoppingStrings] Array of stopping strings.
59685968 * @param {boolean} [options.includeUserPromptBias] Whether to permit prepending the user prompt bias at the beginning.
59695969 * @param {boolean} [options.trimNames] Whether to allow trimming "{{char}}:" or "{{user}}:" from the beginning.
59705970 *
59715971 * @returns {string} The formatted message
59725972 */