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

Remove extra newline in documentation #1694

Merged
merged 1 commit into from
Mar 31, 2023
Merged

Remove extra newline in documentation #1694

merged 1 commit into from
Mar 31, 2023

Conversation

7etsuo
Copy link

@7etsuo 7etsuo commented Mar 30, 2023

This commit removes an unnecessary newline following the println examples. This change improves the formatting and readability of the document.

This commit removes an unnecessary newline following the println examples. This change improves the formatting and readability of the document.
@rustbot
Copy link
Collaborator

rustbot commented Mar 30, 2023

Failed to set assignee to marioidival: cannot assign: HTTP status client error (403 Forbidden) for url (https://api.github.com/repos/rust-lang/rust-by-example/issues/1694/assignees)

Note: Only org members, users with write permissions, or people who have commented on the PR may be assigned.

@rustbot
Copy link
Collaborator

rustbot commented Mar 30, 2023

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @marioidival (or someone else) soon.

@marioidival marioidival merged commit ee68b7c into rust-lang:master Mar 31, 2023
@7etsuo 7etsuo deleted the patch-1 branch March 31, 2023 21:27
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Apr 3, 2023
Copy link

@vakiMaki vakiMaki left a comment

Choose a reason for hiding this comment

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

image

@@ -39,7 +39,6 @@ fn main() {
println!("Base 16 (hexadecimal): {:x}", 69420); // 10f2c
println!("Base 16 (hexadecimal): {:X}", 69420); // 10F2C


Choose a reason for hiding this comment

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

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.

None yet

4 participants