Skip to content

Commit

Permalink
Fix: Comment for Storage in piece.rs is wrong (#724)
Browse files Browse the repository at this point in the history
Signed-off-by: Zyyeric <[email protected]>
  • Loading branch information
Zyyeric authored Sep 10, 2024
1 parent 73153be commit 60d11a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dragonfly-client/src/resource/piece.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub struct Piece {
// id_generator is the id generator.
id_generator: Arc<IDGenerator>,

// manager_client is the grpc client of the manager.
// storage is the local storage.
storage: Arc<Storage>,

// backend_factory is the backend factory.
Expand Down

0 comments on commit 60d11a0

Please sign in to comment.