Skip to content

Commit 7ef2b11

Browse files
committed
[AI Bundle] Fix indentation
1 parent 6c1b709 commit 7ef2b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai-bundle/config/options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
->end()
7474
->arrayNode('ollama')
7575
->children()
76-
->scalarNode('host_url')->defaultValue('http://127.0.0.1:11434')->end()
76+
->scalarNode('host_url')->defaultValue('http://127.0.0.1:11434')->end()
7777
->end()
7878
->end()
7979
->end()

0 commit comments

Comments
 (0)