Skip to content

Commit 434e10d

Browse files
committed
cargo fmt
Signed-off-by: iosmanthus <[email protected]>
1 parent b534cfd commit 434e10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request/codec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ impl KeyMode {
151151

152152
type Prefix = [u8; KEYSPACE_PREFIX_LEN];
153153

154-
#[derive(Clone,Copy,Default,PartialEq)]
154+
#[derive(Clone, Copy, Default, PartialEq)]
155155
pub struct KeySpaceId([u8; 3]);
156156

157157
impl Deref for KeySpaceId {

0 commit comments

Comments
 (0)