Skip to content

Commit 6f2b445

Browse files
committed
refactor(codestyle): apply codestyle
Signed-off-by: Matheus Cruz <[email protected]>
1 parent d29484c commit 6f2b445

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

timeless-api/src/main/webui/src/app/pages/user-config/user-config.component.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Card } from 'primeng/card';
33
import { InputText } from 'primeng/inputtext';
44
import { ButtonDirective } from 'primeng/button';
55
import { InputMask } from 'primeng/inputmask';
6-
import { TooltipModule } from 'primeng/tooltip'
6+
import { TooltipModule } from 'primeng/tooltip';
77
import {
88
FormBuilder,
99
FormControl,
@@ -22,8 +22,7 @@ import { ToastService } from '../../services/toast.service';
2222
FormsModule,
2323
ReactiveFormsModule,
2424
ButtonDirective,
25-
TooltipModule
26-
25+
TooltipModule,
2726
],
2827
templateUrl: './user-config.component.html',
2928
styleUrl: './user-config.component.scss',

0 commit comments

Comments
 (0)