Skip to content

Commit d641369

Browse files
committed
minor #353 [AI Bundle] Fix indentation (OskarStark)
This PR was merged into the main branch. Discussion ---------- [AI Bundle] Fix indentation | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 7ef2b11 [AI Bundle] Fix indentation
2 parents 6c1b709 + 7ef2b11 commit d641369

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)