diff --git a/src/app/participant-room/participant-room.component.html b/src/app/participant-room/participant-room.component.html
index aa11ace2e4a4a2f9f7532b409526a2d6d7baa52e..3b69ee966d895fb6c9205998ef5e4a52f3959e3f 100644
--- a/src/app/participant-room/participant-room.component.html
+++ b/src/app/participant-room/participant-room.component.html
@@ -1,7 +1,6 @@
 <div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px" fxFill>
   <div fxLayout="row" fxLayoutAlign="center">
     <mat-progress-spinner *ngIf="isLoading" mode="indeterminate"></mat-progress-spinner>
-    
     <mat-card *ngIf="room">
       <mat-card-header fxLayoutAlign="center">
         <mat-card-title><h3 class="subheading-2">{{ room.name }}</h3></mat-card-title>