From 615ec93b6dece336b74d6a7229b2d6935d5222a9 Mon Sep 17 00:00:00 2001
From: Gitlab CI <noreply@cern.ch>
Date: Tue, 25 Mar 2025 13:10:31 +0000
Subject: [PATCH] Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb/Phys/-/jobs/53270605
---
 Phys/FlavourTagging/src/BTagging.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Phys/FlavourTagging/src/BTagging.cpp b/Phys/FlavourTagging/src/BTagging.cpp
index cdb50d451..4b91d67a9 100644
--- a/Phys/FlavourTagging/src/BTagging.cpp
+++ b/Phys/FlavourTagging/src/BTagging.cpp
@@ -94,7 +94,7 @@ void BTagging::performTagging( const std::string& location ) {
         /// print Taggers information
         const std::vector<Tagger>& mytaggers = theTag->taggers();
         for ( std::vector<Tagger>::const_iterator itag = mytaggers.begin(); itag != mytaggers.end(); ++itag ) {
-          std::string tts = Tagger::TaggerTypeToString( static_cast<Tagger::TaggerType>(itag->type()) );
+          std::string tts = Tagger::TaggerTypeToString( static_cast<Tagger::TaggerType>( itag->type() ) );
 
           debug() << "--> tagger type: " << tts << endmsg;
           debug() << "    decision = " << ( itag->decision() > 0 ? "b" : "bbar" ) << endmsg;
-- 
GitLab