From f3a01cd2bb22ed2fec48f8d008b2932ab4da7d76 Mon Sep 17 00:00:00 2001 From: David Martinez <47610359+dvdmrtnz@users.noreply.github.com> Date: Sun, 7 Jan 2024 16:42:17 +0100 Subject: [PATCH] [core] Cleanup indentation Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com> --- indexer/feature_utils.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)