Merge rust-bitcoin/rust-bitcoin#880: Use conventional spacing for default type parameters
1629348c24
Use conventional spacing for default type parameters (Tobin Harding) Pull request description: The exact code formatting we use is not as important as uniformity. Since we do not use tooling to control the formatting we have to be vigilant ourselves. Recently I (Tobin) changed the way default type parameters were formatted (arbitrarily but uniformly). Turns out I picked the wrong way, there is already a convention as shown in the rust documentation online (e.g. [1]). Use 'conventional' spacing for default type parameters. Make the changeacross the whole repository, found using git grep '\<.* = .*\>' [1] - https://doc.rust-lang.org/book/ch19-03-advanced-traits.html **Note** I also audited our whole stack to make sure I had not botched this anywhere else. Apologies for the code churn. ACKs for top commit: dr-orlovsky: utACK1629348c24
apoelstra: ACK1629348c24
Tree-SHA512: 61c8a22acc557d8b99f7b591cf8f91b94778a954ac1c9d6cf04a2bbd10953c241e8298e71928aad3b065c98117b816b913226d973fdaa9c3a1aea8daf8bcbe72
This commit is contained in:
commit
1cde71ea44