Commit 8d1cdbb
committed
Fix syntax error in clparse.rs
Fix the mismatched closing delimiter in `src/clparse.rs`.
* Correct the mismatched closing delimiter at line 375.
* Ensure all opening `{` have corresponding closing `}`.
* Verify the syntax of the file after changes.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/openSVM/osvm-cli?shareId=XXXX-XXXX-XXXX-XXXX).1 parent 25249ff commit 8d1cdbb
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
500 | 501 | | |
501 | 502 | | |
502 | 503 | | |
| 504 | + | |
503 | 505 | | |
504 | 506 | | |
| 507 | + | |
0 commit comments