cargo fmt

This commit is contained in:
Jack Grigg
2019-04-02 01:30:00 +01:00
parent 3501365950
commit 6c99d71d4f
3 changed files with 6 additions and 6 deletions

View File

@@ -218,7 +218,7 @@ impl SpendDescription {
return Err(io::Error::new(
io::ErrorKind::InvalidInput,
"Missing spend auth signature",
))
));
}
}
}