Skip to content

Commit

Permalink
remove redundant indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Aug 9, 2024
1 parent 1b6f399 commit 828cad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/ancient_append_vecs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! 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
use {
crate::{
account_storage::ShrinkInProgress,
Expand Down

0 comments on commit 828cad4

Please sign in to comment.