Skip to content

Commit 30a9113

Browse files
committed
fix: add the missing }
1 parent c6937ba commit 30a9113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct SDCliParams {
7373
{"",
7474
"--convert-name",
7575
"convert tensor name (for convert mode)",
76-
true, &convert_name,
76+
true, &convert_name},
7777
{"-v",
7878
"--verbose",
7979
"print extra info",

0 commit comments

Comments
 (0)