From 30245c2c509c573e80ad5982fdc03eaf9dee502d Mon Sep 17 00:00:00 2001
From: jehret <ehret@vr.rwth-aachen.de>
Date: Wed, 29 Nov 2023 17:32:31 +0100
Subject: [PATCH] style(clang-format)

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

diff --git a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
index 3af65be4..721823fe 100644
--- a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
+++ b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
@@ -40,7 +40,6 @@ ARWTHVRPawn::ARWTHVRPawn(const FObjectInitializer& ObjectInitializer) : Super(Ob
 	SyncComponent =
 		CreateDefaultSubobject<UDisplayClusterSceneComponentSyncParent>(TEXT("Parent Display Cluster Sync Component"));
 	SyncComponent->SetupAttachment(RootComponent);
-
 }
 
 void ARWTHVRPawn::Tick(float DeltaSeconds)
-- 
GitLab