mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
3be498a347
commit
d5a81a349b
@@ -52,9 +52,9 @@ namespace BlackGui
|
||||
CArtifact CUpdateInfoComponent::getLatestAvailablePilotClientArtifactForSelection() const
|
||||
{
|
||||
const CUpdateInfo info = m_updateInfo.get();
|
||||
const CPlatform p = this->getSelectedOrDefaultPlatform();
|
||||
const CDistribution d = this->getSelectedOrDefaultDistribution();
|
||||
const CArtifact a = info.getArtifactsPilotClient().findByDistributionAndPlatform(d, p, true).getLatestArtifactOrDefault();
|
||||
const CPlatform p = this->getSelectedOrDefaultPlatform();
|
||||
const CDistribution d = this->getSelectedOrDefaultDistribution();
|
||||
const CArtifact a = info.getArtifactsPilotClient().findByDistributionAndPlatform(d, p, true).getLatestArtifactOrDefault();
|
||||
return a;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user