Skip to content

Commit 1643057

Browse files
gophergogogophergogo
authored andcommitted
make format code to apply clang-format (#35)
1 parent 392ab2d commit 1643057

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/mcp_client/mcp_client_example.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ int main(int argc, char* argv[]) {
7777
sample_resource.name = "Example Data";
7878
sample_resource.description =
7979
mcp::make_optional(std::string("Sample JSON data resource for testing"));
80-
sample_resource.mimeType = mcp::make_optional(std::string("application/json"));
80+
sample_resource.mimeType =
81+
mcp::make_optional(std::string("application/json"));
8182

8283
std::cout << "3. MCP Resource:" << std::endl;
8384
std::cout << " URI: " << sample_resource.uri << std::endl;

0 commit comments

Comments
 (0)