forked from organicmaps/organicmaps-tmp
[core] Cleanup indentation
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
parent
f968f9ab8e
commit
f3a01cd2bb
1 changed files with 3 additions and 3 deletions
|
@ -434,14 +434,14 @@ string GetLocalizedFeeType(TypesHolder const & types)
|
|||
auto localized_types = GetLocalizedTypes(isFeeType, types);
|
||||
ASSERT_LESS_OR_EQUAL ( localized_types.size(), 1, () );
|
||||
if (localized_types.empty())
|
||||
return "";
|
||||
return "";
|
||||
return localized_types[0];
|
||||
}
|
||||
|
||||
bool HasAtm(TypesHolder const & types)
|
||||
{
|
||||
auto const & isAtmType = ftypes::IsATMChecker::Instance();
|
||||
return isAtmType(types);
|
||||
auto const & isAtmType = ftypes::IsATMChecker::Instance();
|
||||
return isAtmType(types);
|
||||
}
|
||||
|
||||
bool HasToilets(TypesHolder const & types)
|
||||
|
|
Loading…
Add table
Reference in a new issue