diff --git a/indexer/feature_utils.cpp b/indexer/feature_utils.cpp index 9cae8f0a2f..8358665a2a 100644 --- a/indexer/feature_utils.cpp +++ b/indexer/feature_utils.cpp @@ -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)