Skip to content

Commit 095a632

Browse files
committed
Add pre-commit formatting to resolve GHA failure
1 parent 2d25826 commit 095a632

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

chat_client/static/css/klatchatNano.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,4 +437,4 @@ background-color: darkblue;
437437

438438
.modal, .modal-backdrop {
439439
position: absolute !important;
440-
}
440+
}

chat_client/static/js/builder_utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ async function buildPromptHTML(prompt) {
354354
console.warn(`Message ID ${id} not found in message_mapping for key ${key}`);
355355
}
356356
return raw ? { ...raw, message_id: id } : { message_text: emptyAnswer };
357-
});
357+
});
358358
} else {
359359
const id = messageIds;
360360
const raw = prompt['message_mapping']?.[id]?.[0];

chat_client/static/js/klatchatNano.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4103,4 +4103,4 @@ const initKlatChat = (options) => {
41034103
document.addEventListener('DOMContentLoaded', (e) => {
41044104
return new NanoBuilder(options);
41054105
})
4106-
};
4106+
};

0 commit comments

Comments
 (0)