Skip to content

Commit 937b1f5

Browse files
author
yngrtc
committed
fix fmt
1 parent 7f93d0c commit 937b1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sctp/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use bytes::Bytes;
2-
use crc::{Crc, CRC_32_ISCSI, Table};
2+
use crc::{Crc, Table, CRC_32_ISCSI};
33

44
pub(crate) const PADDING_MULTIPLE: usize = 4;
55

0 commit comments

Comments
 (0)