[core] Cleanup indentation

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
David Martinez 2024-01-07 16:42:17 +01:00 committed by Viktor Govako
parent f968f9ab8e
commit f3a01cd2bb

View file

@ -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)