Skip to content

Commit 3ec4a4e

Browse files
ashleyhindlegithub-actions[bot]
authored andcommitted
Fix code styling
1 parent bc7372a commit 3ec4a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/InstallCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ protected function enactMcpServers(): void
602602
if ($this->installingMcp()) {
603603
try {
604604
$result = $ide->installMcp('laravel-boost', base_path('artisan'), ['boost:mcp']);
605-
605+
606606
if ($result) {
607607
$results[] = '✓ Boost';
608608
} else {
@@ -619,7 +619,7 @@ protected function enactMcpServers(): void
619619
if ($this->installingHerdMcp()) {
620620
try {
621621
$result = $ide->installMcp('herd', PHP_BINARY, [$this->herdMcpPath()]);
622-
622+
623623
if ($result) {
624624
$results[] = '✓ Herd';
625625
} else {

0 commit comments

Comments
 (0)