Skip to content

Commit cdb16a5

Browse files
committed
whitespace
1 parent 098e243 commit cdb16a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/async_reader.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ impl AsyncCursor {
158158
// Initialize with default endianness and then set later
159159
let mut cursor = Self::new(reader, Default::default());
160160
let magic_bytes = cursor.read(2).await;
161+
161162
// Should be b"II" for little endian or b"MM" for big endian
162163
if magic_bytes == Bytes::from_static(b"II") {
163164
cursor.endianness = Endianness::LittleEndian;

0 commit comments

Comments
 (0)