Skip to content

Commit bcc4fa4

Browse files
committed
fmt
1 parent b67f6a9 commit bcc4fa4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/data_structures/src/byte_appender.cairo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,4 @@ pub fn reversing_partial_result<
327327
i += 1;
328328
};
329329
(onto, word)
330-
}
330+
}

packages/encoding/src/reversible.cairo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ pub trait ReversibleBits<T> {
2323
fn reverse_bits(self: @T) -> T;
2424
}
2525

26-
// [Erim]: Duplicated function in data_structures::byte_appender. Use that one for package management
26+
// [Erim]: Duplicated function in data_structures::byte_appender. Use that one for package
27+
// management
2728
#[inline]
2829
pub fn reversing<
2930
T,

0 commit comments

Comments
 (0)