Skip to content

Commit 3309b58

Browse files
committed
Fix indent
1 parent 99f2fe3 commit 3309b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/toolcall/mcp_stdio_transport.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace toolcall
99
{
1010
class mcp_stdio_transport : public mcp_transport {
1111
public:
12-
mcp_stdio_transport(std::vector<std::string> argv);
12+
mcp_stdio_transport(std::vector<std::string> argv);
1313

1414
virtual void start() override;
1515
virtual void stop() override;

0 commit comments

Comments
 (0)