Skip to content

Commit 5fecc84

Browse files
committed
fix: lint
Signed-off-by: ayushag <ayushag@nvidia.com>
1 parent d176a05 commit 5fecc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parsers/src/tool_calling/json/deepseek_parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub fn parse_tool_calls_deepseek_v3_1(
6868
};
6969

7070
let Some(arg_match) = grp.get(2) else {
71-
continue; // Skip if arguments Match is not found.
71+
continue; // Skip if arguments Match is not found.
7272
};
7373

7474
let arguments = match serde_json::from_str::<Value>(arg_match.as_str()) {

0 commit comments

Comments
 (0)