Skip to content

Commit 140be55

Browse files
pbezglasnyCopilot
andauthored
Update crates/rmcp-macros/src/prompt_handler.rs
Co-authored-by: Copilot <[email protected]>
1 parent 423ede0 commit 140be55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rmcp-macros/src/prompt_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub fn prompt_handler(attr: TokenStream, input: TokenStream) -> syn::Result<Toke
5858
Ok(ListPromptsResult {
5959
prompts,
6060
meta: #meta,
61-
next_cursor: None
61+
next_cursor: None,
6262
})
6363
}
6464
};

0 commit comments

Comments
 (0)