Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 25c5f65

Browse files
committed
Format
1 parent 97233da commit 25c5f65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bee-inx/src/block/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl Inx {
5959
.into())
6060
}
6161

62-
/// Requests the metadata of the block with the given block id.
62+
/// Requests the metadata of the block with the given block id.
6363
pub async fn read_block_metadata(&mut self, block_id: bee::BlockId) -> Result<BlockMetadata, Error> {
6464
Ok(self
6565
.client

bee-inx/src/milestone/requests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ impl<T: Into<u32>> From<T> for MilestoneRequest {
3333
}
3434
}
3535

36-
/// A request for a range of milestones by [`MilestoneIndex`].
36+
/// A request for a range of milestones by [`bee::MilestoneIndex`].
3737
#[derive(Clone, Debug, PartialEq)]
3838
pub struct MilestoneRangeRequest(inx::MilestoneRangeRequest);
3939

bee-inx/src/raw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct Raw<T: Packable> {
1515
}
1616

1717
impl<T: Packable> Raw<T> {
18-
/// Returns the inner byte data as-is.
18+
/// Returns the inner byte data as-is.
1919
#[must_use]
2020
pub fn data(self) -> Vec<u8> {
2121
self.data

0 commit comments

Comments
 (0)