Skip to content

Commit 64d594e

Browse files
authored
style: remove spacer lines
1 parent cfe55a0 commit 64d594e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Mcp/Tools/Tinker.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ public function handle(array $arguments): ToolResult
6363
}
6464

6565
return ToolResult::json($response);
66-
6766
} catch (Throwable $e) {
68-
6967
return ToolResult::json([
7068
'error' => $e->getMessage(),
7169
'type' => get_class($e),
@@ -74,7 +72,6 @@ public function handle(array $arguments): ToolResult
7472
]);
7573

7674
} finally {
77-
7875
ob_end_clean();
7976
}
8077
}

0 commit comments

Comments
 (0)