Whitespace clean-up

9062b6bc4dfc33987293adbe6904ab0e000d20f7

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -1Showing whitespace changes
src/endpoints/backends/chat-completions.js+0 -1
@@ -320,7 +320,6 @@ async function sendMakerSuiteRequest(request, response) {
320320 generationConfig: generationConfig,
321321 };
322322
323-
324323 if (should_use_system_prompt) {
325324 body.system_instruction = prompt.system_instruction;
326325 }