mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-24 06:53:46 +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,6 +9,6 @@
|
||||
UNIT_TEST(CalculateWorldSHA)
|
||||
{
|
||||
auto const path = GetPlatform().ResourcesDir();
|
||||
for (char const * country : { WORLD_FILE_NAME, WORLD_COASTS_FILE_NAME })
|
||||
for (char const * country : {WORLD_FILE_NAME, WORLD_COASTS_FILE_NAME})
|
||||
LOG(LINFO, (country, coding::SHA1::CalculateBase64(path + country + DATA_FILE_EXTENSION)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user