mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-10 14:24:21 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -9,9 +9,8 @@
|
||||
|
||||
namespace storage
|
||||
{
|
||||
QueuedCountry::QueuedCountry(platform::CountryFile const & countryFile, CountryId const & countryId,
|
||||
MapFileType type, int64_t currentDataVersion,
|
||||
std::string const & dataDir,
|
||||
QueuedCountry::QueuedCountry(platform::CountryFile const & countryFile, CountryId const & countryId, MapFileType type,
|
||||
int64_t currentDataVersion, std::string const & dataDir,
|
||||
diffs::DiffsSourcePtr const & diffs)
|
||||
: m_countryFile(countryFile)
|
||||
, m_countryId(countryId)
|
||||
|
||||
Reference in New Issue
Block a user