diff --git a/storage/diff_scheme/diff_manager.hpp b/storage/diff_scheme/diff_manager.hpp index 0d10c19569..d383635730 100644 --- a/storage/diff_scheme/diff_manager.hpp +++ b/storage/diff_scheme/diff_manager.hpp @@ -40,8 +40,7 @@ public: virtual void OnDiffStatusReceived(Status const status) = 0; }; - using OnDiffApplicationFinished = - std::function; + using OnDiffApplicationFinished = std::function; // If the diff is available, sets |size| to its size and returns true. // Otherwise, returns false. diff --git a/storage/storage.cpp b/storage/storage.cpp index a9a1da3173..2113387946 100644 --- a/storage/storage.cpp +++ b/storage/storage.cpp @@ -1601,7 +1601,7 @@ void Storage::ApplyDiff(CountryId const & countryId, function