cargo fmt

This commit is contained in:
Jack Grigg 2021-04-27 12:28:42 +12:00
parent a60051c8a2
commit 316729302d
1 changed files with 4 additions and 1 deletions

View File

@ -129,7 +129,10 @@ pub struct Flags {
impl Flags {
/// Construct a set of flags from its constituent parts
pub fn from_parts(spends_enabled: bool, outputs_enabled: bool) -> Self {
Flags { spends_enabled, outputs_enabled }
Flags {
spends_enabled,
outputs_enabled,
}
}
/// Flag denoting whether Orchard spends are enabled in the transaction.