Skip to content

Commit 6ee35aa

Browse files
luisdalmolingithub-actions[bot]
authored andcommitted
Fix styling
1 parent 87c8ece commit 6ee35aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Commands/LoopMcpServerStartCommand.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ public function handle(McpHandler $mcpHandler): int
5757
}
5858

5959
foreach (explode("\n", $data) as $line) {
60-
if (!json_validate($line)) {
60+
if (! json_validate($line)) {
6161
if ($this->option('debug')) {
62-
$this->comment('Invalid line: '. $line);
62+
$this->comment('Invalid line: '.$line);
6363
}
64+
6465
continue;
6566
}
6667

0 commit comments

Comments
 (0)