Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Mar 1, 2024
1 parent 9e4aa11 commit 6924966
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tuxedo-template-runtime/src/genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ mod tests {
},
};

let inherents_len = OuterConstraintChecker::genesis_transactions::<OuterVerifier>().len();
let inherents_len =
OuterConstraintChecker::genesis_transactions::<OuterVerifier>().len();

let tx = default_runtime_genesis_config()
.get_transaction(inherents_len)
Expand Down Expand Up @@ -170,7 +171,8 @@ mod tests {
},
};

let inherents_len = OuterConstraintChecker::genesis_transactions::<OuterVerifier>().len();
let inherents_len =
OuterConstraintChecker::genesis_transactions::<OuterVerifier>().len();

let tx = default_runtime_genesis_config()
.get_transaction(1 + inherents_len)
Expand Down

0 comments on commit 6924966

Please sign in to comment.