diff --git a/bitcoin/src/address.rs b/bitcoin/src/address.rs index ce2035c7..50b51f6f 100644 --- a/bitcoin/src/address.rs +++ b/bitcoin/src/address.rs @@ -980,9 +980,7 @@ impl Address { /// # })().unwrap(); /// # assert_eq!(writer, ADDRESS); /// ``` - pub fn to_qr_uri(&self) -> String { - format!("bitcoin:{:#}", self) - } + pub fn to_qr_uri(&self) -> String { format!("bitcoin:{:#}", self) } /// Returns true if the given pubkey is directly related to the address payload. ///