diff --git a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
index 3af65be43e0d29d51f78e3955f4d57ff44aa244e..721823fe1ea164a031a38573d20cda2da20a4437 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)