From 8d2474135aa90141126755e6cbb65b29b2f7727c Mon Sep 17 00:00:00 2001
From: Ramon Souza <contato@ramonsouza.com>
Date: Tue, 1 Jun 2021 14:46:29 -0300
Subject: [PATCH] formatting

---
 bigbluebutton-html5/imports/startup/client/intl.jsx         | 6 +++---
 .../ui/components/layout/layout-manager/component.jsx       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bigbluebutton-html5/imports/startup/client/intl.jsx b/bigbluebutton-html5/imports/startup/client/intl.jsx
index e80ac40338..9648afca3d 100644
--- a/bigbluebutton-html5/imports/startup/client/intl.jsx
+++ b/bigbluebutton-html5/imports/startup/client/intl.jsx
@@ -152,9 +152,9 @@ class IntlStartup extends Component {
 
         {normalizedLocale
           && (
-          <IntlProvider locale={normalizedLocale} messages={messages}>
-            {children}
-          </IntlProvider>
+            <IntlProvider locale={normalizedLocale} messages={messages}>
+              {children}
+            </IntlProvider>
           )
         }
       </>
diff --git a/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx b/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx
index ebc158930b..1778d86ba8 100644
--- a/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx
@@ -106,7 +106,7 @@ class LayoutManagerComponent extends Component {
     window.addEventListener('webcamPlacementChange', () => {
       this.setLayoutSizes(false, false, true);
     });
-    
+
     window.addEventListener('fullscreenchange', () => {
       setTimeout(() => this.setLayoutSizes(), 200);
     });
-- 
GitLab