From baaaa9828c557a8715359daf8b3b1c658f40d923 Mon Sep 17 00:00:00 2001 From: Ihar Hubchyk Date: Mon, 6 Jan 2025 23:27:59 +0800 Subject: [PATCH] Make SonarCloud happy --- src/fheroes2/maps/maps_tiles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fheroes2/maps/maps_tiles.cpp b/src/fheroes2/maps/maps_tiles.cpp index f8deb9af56..978e2524ef 100644 --- a/src/fheroes2/maps/maps_tiles.cpp +++ b/src/fheroes2/maps/maps_tiles.cpp @@ -389,7 +389,7 @@ namespace os << "is shadow : " << ( isObjectPartShadow( part ) ? "yes" : "no" ) << std::endl; - if ( ( part == Maps::ObjectPart{} ) ) { + if ( part == Maps::ObjectPart{} ) { return; }