Skip to content

Commit 1256a3a

Browse files
Redthstephentoub
andauthored
Fix spaces
Co-authored-by: Stephen Toub <[email protected]>
1 parent a1a9d3c commit 1256a3a

File tree

1 file changed

+5
-5
lines changed
  • tests/ModelContextProtocol.TestSseServer

1 file changed

+5
-5
lines changed

tests/ModelContextProtocol.TestSseServer/Program.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ static CreateMessageRequestParams CreateRequestSamplingParams(string context, st
263263
{
264264
Contents = [
265265
new ResourceContents()
266-
{
267-
Uri = request.Params.Uri,
268-
MimeType = "text/plain",
269-
Text = $"Dynamic resource {id}: This is a plaintext resource"
270-
}
266+
{
267+
Uri = request.Params.Uri,
268+
MimeType = "text/plain",
269+
Text = $"Dynamic resource {id}: This is a plaintext resource"
270+
}
271271
]
272272
});
273273
}

0 commit comments

Comments
 (0)