mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 17:53:03 +08:00
Remove unneeded else
This commit is contained in:
parent
acf3f30d7a
commit
f3a43d98ab
@ -392,10 +392,8 @@ namespace vcpkg::Dependencies
|
||||
{
|
||||
return ExportPlanAction{spec, std::move(*p_ipv), request_type};
|
||||
}
|
||||
else
|
||||
{
|
||||
return ExportPlanAction{spec, request_type};
|
||||
}
|
||||
|
||||
return ExportPlanAction{spec, request_type};
|
||||
}
|
||||
|
||||
std::string to_string(const PackageSpec& spec) const override { return spec.to_string(); }
|
||||
|
Loading…
Reference in New Issue
Block a user