Skip to content

Commit 62e0eb9

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

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

tests/ModelContextProtocol.TestSseServer/Program.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ static CreateMessageRequestParams CreateRequestSamplingParams(string context, st
207207
{
208208
ResourceTemplates = [
209209
new ResourceTemplate()
210-
{
211-
UriTemplate = "test://dynamic/resource/{id}",
212-
Name = "Dynamic Resource",
213-
}
210+
{
211+
UriTemplate = "test://dynamic/resource/{id}",
212+
Name = "Dynamic Resource",
213+
}
214214
]
215215
});
216216
},

0 commit comments

Comments
 (0)