Left menu overlap main content fix
[portal/ric-dashboard.git] / webapp-frontend / src / app / app.component.ts
index 15c8832..a071606 100644 (file)
@@ -17,7 +17,7 @@
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
-import {Component, OnInit} from '@angular/core';
+import { Component, OnInit } from '@angular/core';
 import {UiService} from './services/ui/ui.service';
 
 @Component({
@@ -30,7 +30,6 @@ export class AppComponent implements OnInit {
   darkModeActive: boolean;
 
   constructor(public ui: UiService) {
-
   }
 
   ngOnInit() {