Skip to content

Commit 2c45a0c

Browse files
committed
Add trailing newlines after rebase
1 parent 5685d6b commit 2c45a0c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/ai-bundle/config/services.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,4 @@
171171
->tag('console.command')
172172
;
173173
};
174+

src/ai-bundle/src/Command/ChatCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,4 @@ private function getAvailableAgentNames(): array
193193
return array_keys($this->agents->getProvidedServices());
194194
}
195195
}
196+

src/ai-bundle/tests/Command/ChatCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,4 @@ private function createServiceLocator(array $agents): ServiceLocator
255255
return new ServiceLocator($factories);
256256
}
257257
}
258+

src/ai-bundle/tests/Command/PlatformInvokeCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,4 @@ public function testExecuteWithWhitespaceOnlyModel()
183183
]);
184184
}
185185
}
186+

0 commit comments

Comments
 (0)