rm extra space
This commit is contained in:
@@ -42,7 +42,7 @@ impl Command {
|
|||||||
///
|
///
|
||||||
/// On success, the command value is returned, otherwise, `Err` is returned.
|
/// On success, the command value is returned, otherwise, `Err` is returned.
|
||||||
pub fn from_frame(frame: Frame) -> crate::Result<Command> {
|
pub fn from_frame(frame: Frame) -> crate::Result<Command> {
|
||||||
// The frame value is decorated with `Parse`. `Parse` provides a
|
// The frame value is decorated with `Parse`. `Parse` provides a
|
||||||
// "cursor" like API which makes parsing the command easier.
|
// "cursor" like API which makes parsing the command easier.
|
||||||
//
|
//
|
||||||
// The frame value must be an array variant. Any other frame variants
|
// The frame value must be an array variant. Any other frame variants
|
||||||
|
|||||||
Reference in New Issue
Block a user