From 0e0a8301eb09d12a59ef60fcd71dbc074dd3e3fb Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Mon, 12 Oct 2015 15:06:51 -0700 Subject: [PATCH] Collapse line --- libraries/networking/src/AssetUpload.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/networking/src/AssetUpload.cpp b/libraries/networking/src/AssetUpload.cpp index 67c079d248..fd9ae7ab43 100644 --- a/libraries/networking/src/AssetUpload.cpp +++ b/libraries/networking/src/AssetUpload.cpp @@ -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); }