Skip to content

Commit 46dc6bb

Browse files
fix: revert changes to server related components
1 parent 9cd8c8d commit 46dc6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server/Transport/StdioTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private function flushOutgoingMessages(): void
162162

163163
private function writeLine(string $payload): void
164164
{
165-
fwrite($this->output, $payload . \PHP_EOL);
165+
fwrite($this->output, $payload.\PHP_EOL);
166166
}
167167

168168
public function close(): void

0 commit comments

Comments
 (0)