Explorar el Código

2026-02-13 automated rustfmt nightly (#1624)

cdk-bot hace 4 meses
padre
commit
65612d8e40
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      crates/cashu/src/nuts/nut26/encoding.rs

+ 1 - 1
crates/cashu/src/nuts/nut26/encoding.rs

@@ -1,4 +1,4 @@
-//! NUT-26: Bech32m encoding for payment requests  
+//! NUT-26: Bech32m encoding for payment requests
 //!
 //! This module provides bech32m encoding and decoding functionality for Cashu payment requests,
 //! implementing the CREQ-B format using TLV (Tag-Length-Value) encoding as specified in NUT-26.