[indexer] Clang-format.

This commit is contained in:
tatiana-yan 2020-04-27 14:25:49 +03:00 committed by Maksim Andrianov
parent ed1e8104f8
commit 8e923cf300

View file

@ -8,8 +8,8 @@
namespace indexer
{
bool BuildIndexFromDataFile(std::string const & dataFile, std::string const & tmpFile)
{
bool BuildIndexFromDataFile(std::string const & dataFile, std::string const & tmpFile)
{
try
{
std::string const idxFileName(tmpFile + GEOM_INDEX_TMP_EXT);
@ -35,5 +35,5 @@ namespace indexer
}
return true;
}
}
} // namespace indexer