Skip to content

Commit 10e5982

Browse files
committed
Add line of whitespace
This function is fiendishly hard to understand, add a line of whitespace as a tiny baby step towards making it clearer.
1 parent 61b45a9 commit 10e5982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/policy/semantic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ impl<Pk: MiniscriptKey> Policy<Pk> {
410410

411411
let is_and = m == n;
412412
let is_or = m == 1;
413+
413414
for sub in subs {
414415
match sub {
415416
Policy::Trivial | Policy::Unsatisfiable => {}

0 commit comments

Comments
 (0)