Skip to content

Commit a1d1ce2

Browse files
committed
chore: fix prettier formatting
1 parent c042ae1 commit a1d1ce2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/app/app.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export function HttpLoaderFactory(http: HttpClient) {
132132
multi: true
133133
},
134134
I18nService
135-
136135
]
137136
})
138137
export class AppModule {}

src/app/loans/loans-account-stepper/loans-account-charges-step/loans-account-charges-step.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ <h4 class="mat-h4 flex-98">{{ 'labels.heading.Overdue Charges' | translate }}</h
162162
{{ 'labels.buttons.Next' | translate }}
163163
<fa-icon icon="arrow-right" class="m-l-10"></fa-icon>
164164
</button>
165-
<<<<<<< HEAD
165+
<<<<<<< HEAD
166166
@if (loanId) {
167167
<button mat-raised-button [routerLink]="['../', 'general']">
168168
{{ 'labels.buttons.Cancel' | translate }}
169169
</button>
170170
}
171-
=======
171+
=======
172172
<button mat-raised-button *ngIf="loanId" [routerLink]="['../', 'general']" type="button">
173173
{{ 'labels.buttons.Cancel' | translate }}
174174
</button>
175-
>>>>>>> 140a28dfb (WEB-95: Apply cherry-picked changes)
175+
>>>>>>> 140a28dfb (WEB-95: Apply cherry-picked changes)
176176
</div>

src/app/loans/loans-account-stepper/loans-account-charges-step/loans-account-charges-step.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ export class LoansAccountChargesStepComponent implements OnInit, OnChanges {
332332
type: 'number',
333333
required: false
334334
})
335-
336335
];
337336
const data = {
338337
title: 'Edit Overdue Charge Amount',

0 commit comments

Comments
 (0)