Skip to content

Commit

Permalink
fix: update spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nodlAndHodl committed Feb 14, 2025
1 parent 6550fb7 commit cfee53d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions crates/cashu/src/nuts/nut06.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,12 @@ mod tests {
#[test]
fn test_des_mint_into() {
let mint_info_str = r#"{
"name": "Cashu mint",
"pubkey": "0296d0aa13b6a31cf0cd974249f28c7b7176d7274712c95a41c7d8066d3f29d679",
"version": "Nutshell/0.15.3",
"contact": [
["", ""],
["", ""]
"name": "Cashu mint",
"pubkey": "0296d0aa13b6a31cf0cd974249f28c7b7176d7274712c95a41c7d8066d3f29d679",
"version": "Nutshell/0.15.3",
"contact": [
["", ""],
["", ""]
],
"nuts": {
"4": {
Expand All @@ -447,7 +447,7 @@ mod tests {
"10": {"supported": true},
"11": {"supported": true}
},
"tos": "https://cashu.mint/tos"
"tos": "https://cashu.mint/tos"
}"#;

let _mint_info: MintInfo = serde_json::from_str(mint_info_str).unwrap();
Expand Down

0 comments on commit cfee53d

Please sign in to comment.