Skip to content

Commit 3bbd590

Browse files
committed
style(binascii): run rustfmt
1 parent 6bd9c81 commit 3bbd590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/src/binascii.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ mod decl {
109109
b
110110
};
111111
if b.len() % 4 != 0 {
112-
return Err(base64::DecodeError::InvalidLength)
112+
return Err(base64::DecodeError::InvalidLength);
113113
}
114114
base64::decode(b)
115115
})

0 commit comments

Comments
 (0)