0555695757 Fix formatting (Martin Habovstiak)

Pull request description:

  This slipped in and is breaking builds.

ACKs for top commit:
  RCasatta:
    ACK 0555695757
  apoelstra:
    ACK 0555695757

Tree-SHA512: de93667f10fa99c51f1119353e3d59c587b7eb737a9bb92355e1f57bf2beadd1515133431bd510e6dd9b81a0d08fdd263e663117cae288eec92d207a9dabc0b3
This commit is contained in:
Andrew Poelstra 2023-05-11 17:53:40 +00:00
commit 7769221921
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 3 deletions

View File

@ -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.
///