Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
web3.js: use correct module doc comments for accounts_background_service
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Sep 18, 2022
1 parent 974794b commit e64bcdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/src/accounts_background_service.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Service to clean up dead slots in accounts_db
//
// This can be expensive since we have to walk the append vecs being cleaned up.
//! Service to clean up dead slots in accounts_db
//!
//! This can be expensive since we have to walk the append vecs being cleaned up.
mod stats;
use {
Expand Down

0 comments on commit e64bcdf

Please sign in to comment.