[ADF-2626] added missing curly brace }

This commit is contained in:
georgiana-roman
2018-05-08 21:17:50 +03:00
parent cf50dc5f4b
commit 6893db0530

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
import { Component, ViewEncapsulation, OnInit from '@angular/core';
import { Component, ViewEncapsulation, OnInit } from '@angular/core';
import { UserPreferencesService, AppConfigService } from '@alfresco/adf-core';
@Component({