-
Notifications
You must be signed in to change notification settings - Fork 3
fix fmt (Run ID: openSVM_osvm-cli_issue_14_0ff5b03f) #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer's Guide by SourceryThis PR addresses code formatting issues across the project, including fixing missing parentheses, removing trailing whitespace, and adding proper newlines to meet Rust formatting standards. The changes enhance code readability and consistency. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, agentfarmx[bot]!). We assume it knows what it's doing!
|
thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hidapi-1.5.0/build.rs:57:54:
The system library HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing stack backtrace: |
β Fixed: Resolved code formatting issues in the repository
The changes ensure that |
agent_instance: openSVM_osvm-cli_issue_14_0ff5b03f Tries to fix: #14
π οΈ Fix: Resolved code formatting issues
This PR fixes syntax and formatting issues by addressing:
clparse.rsexamples.rsat lines 89, 114, 183, and 245All formatting issues have been resolved, and
cargo fmt --all -- --checknow runs without any errors.Summary by Sourcery
Fix code formatting issues, including missing parentheses, trailing whitespace, and missing newlines at the end of files.
Bug Fixes:
clparse.rs.examples.rsat lines 89, 114, 183, and 245.