Skip to content

Commit

Permalink
just fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elocremarc committed Oct 7, 2024
1 parent 8323709 commit 172e9ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/subcommand/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6259,7 +6259,7 @@ next
let charms_response = server.get_json::<HashMap<String, String>>("/r/charms");

assert!(!charms_response.is_empty());

for charm in Charm::ALL {
let icon = charm.icon();
let name = charm.to_string();
Expand All @@ -6273,7 +6273,6 @@ next
}
}


#[test]
fn children_recursive_endpoint() {
let server = TestServer::builder().chain(Chain::Regtest).build();
Expand Down

0 comments on commit 172e9ba

Please sign in to comment.