Collapse line

This commit is contained in:
Atlante45 2015-10-12 15:06:51 -07:00
parent cfba5752ce
commit 0e0a8301eb

View file

@ -66,8 +66,7 @@ void AssetUpload::start(bool cacheOnSuccess) {
}
}
if (cacheOnSuccess && _error == NoError &&
hash == hashData(_data).toHex()) {
if (cacheOnSuccess && _error == NoError && hash == hashData(_data).toHex()) {
saveToCache(getUrl(hash, _extension), _data);
}