-
Notifications
You must be signed in to change notification settings - Fork 217
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
fix docs format #2492
fix docs format #2492
Conversation
Co-authored-by: Brooks <[email protected]>
Co-authored-by: Brooks <[email protected]>
thank you! just committed those 2 changes 🫡 |
accounts-db/src/account_storage.rs
Outdated
/// Operations like shrinking or write cache flushing may have updated the index between when the caller read the index and called this function to | ||
/// load from the append vec specified in the index. |
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.
I think the extra leading spaces can be removed.
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.
thank you for catching this one! fixed: 1b6f399
@@ -2,7 +2,8 @@ | |||
//! an ancient append vec is: | |||
//! 1. a slot that is older than an epoch old | |||
//! 2. multiple 'slots' squashed into a single older (ie. ancient) slot for convenience and performance | |||
//! Otherwise, an ancient append vec is the same as any other append vec | |||
//! | |||
//! Otherwise, an ancient append vec is the same as any other append vec |
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.
Same here.
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.
same here! 828cad4 thank you very much! I almost commit a weird docs format into master 🙈
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.
(part of #2487)
Problem
docs take a stricter approach to indentation rules…
Summary of Changes
fix it