From bbed2d2c4c47e59ea760d42cb7456623bc162c57 Mon Sep 17 00:00:00 2001
From: Kris Helwig <helwig@vr.rwth-aachen.de>
Date: Fri, 11 Apr 2025 09:48:14 +0200
Subject: [PATCH] clang(Pawn)

---
 Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
index 8f0ecb4..9becddb 100644
--- a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
+++ b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
@@ -104,7 +104,8 @@ void ARWTHVRPawn::SetScale(float NewScale)
 				else
 				{
 					UE_LOGFMT(Toolkit, Warning,
-							  "The ClusterRootActor {0} does not implement the ScalableConfigInterface. Scaling the Pawn on the cluster will lead to unintended behavior.",
+							  "The ClusterRootActor {0} does not implement the ScalableConfigInterface. Scaling the "
+							  "Pawn on the cluster will lead to unintended behavior.",
 							  ClusterRootActor->GetName());
 				}
 			}
-- 
GitLab