···374374 let client = PdsClient::new();
375375376376 // Use a handle that will fail both DNS and HTTP (valid domain structure but non-existent)
377377- let result = client.resolve_handle("test-nonexistent-12345.example.com").await;
377377+ let result = client
378378+ .resolve_handle("test-nonexistent-12345.example.com")
379379+ .await;
378380379381 // Should return HandleNotFound since both DNS and HTTP will fail
380382 match result {