clean up some whitespace

This commit is contained in:
projectmoon 2024-07-16 08:57:34 +02:00
parent cd5a9a0fbd
commit 05f2e43adc
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function getOllamaHeaders() {
'Authorization': ollamaAuthHeader
};
} else {
return { 'Content-Type': 'application/json' };
return { 'Content-Type': 'application/json' };
}
}