Skip to content
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

Apply rustfmt #157

Merged
merged 2 commits into from
Jan 21, 2024
Merged

Apply rustfmt #157

merged 2 commits into from
Jan 21, 2024

Conversation

tottoto
Copy link
Contributor

@tottoto tottoto commented Jan 21, 2024

This pull request proposes to format codes with rustfmt.

.github/workflows/.#ci.yml Outdated Show resolved Hide resolved
@@ -31,6 +31,7 @@ jobs:
with:
toolchain: stable
- run: rustup component add clippy
- run: cargo fmt --all --check
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a single crate, so why the --all flag?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Certainly. I will remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@tottoto tottoto marked this pull request as draft January 21, 2024 16:10
@tottoto tottoto marked this pull request as ready for review January 21, 2024 16:46
@sbstp sbstp merged commit e25c9f2 into sbstp:master Jan 21, 2024
4 checks passed
@tottoto tottoto deleted the rustfmt branch January 21, 2024 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants