minor editorconfig-check fixes

This commit is contained in:
Saba Fallah 2025-12-05 13:27:52 +01:00
parent d981f19e9d
commit 705394c27a
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ int main(int argc, char ** argv) {
LOG_ERR("\n DeepSeek-OCR doesn't support chat mode."); LOG_ERR("\n DeepSeek-OCR doesn't support chat mode.");
return 1; return 1;
} }
LOG("\n Running in chat mode, available commands:"); LOG("\n Running in chat mode, available commands:");
if (mtmd_support_vision(ctx.ctx_vision.get())) { if (mtmd_support_vision(ctx.ctx_vision.get())) {
LOG("\n /image <path> load an image"); LOG("\n /image <path> load an image");