From 705394c27a75e66ed9cb6f9b4b40b3eee4753832 Mon Sep 17 00:00:00 2001 From: Saba Fallah <10401143+sfallah@users.noreply.github.com> Date: Fri, 5 Dec 2025 13:27:52 +0100 Subject: [PATCH] minor editorconfig-check fixes --- tools/mtmd/mtmd-cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mtmd/mtmd-cli.cpp b/tools/mtmd/mtmd-cli.cpp index ad38edc053..ab0dc72628 100644 --- a/tools/mtmd/mtmd-cli.cpp +++ b/tools/mtmd/mtmd-cli.cpp @@ -353,7 +353,7 @@ int main(int argc, char ** argv) { LOG_ERR("\n DeepSeek-OCR doesn't support chat mode."); return 1; } - + LOG("\n Running in chat mode, available commands:"); if (mtmd_support_vision(ctx.ctx_vision.get())) { LOG("\n /image load an image");