mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: remove redunant clone (#10662)
This commit is contained in:
@@ -152,7 +152,7 @@ impl TunnelTest {
|
||||
} => {
|
||||
let new_resource = client::Resource::Cidr(client::CidrResource {
|
||||
address: new_address,
|
||||
..resource.clone()
|
||||
..resource
|
||||
});
|
||||
|
||||
if let Some(gateway) = ref_state
|
||||
|
||||
Reference in New Issue
Block a user