Skip to content

Commit

Permalink
fix lint warning: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaszott authored Feb 22, 2024
1 parent 3995f36 commit af5b7d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class DsDatePickerComponent extends DynamicFormControlComponent implement

this.translationService.get('form.date-picker.placeholder.year').subscribe(value => this.yearPlaceholder = value);
this.translationService.get('form.date-picker.placeholder.month').subscribe(value => this.monthPlaceholder = value);
this.translationService.get('form.date-picker.placeholder.day').subscribe(value => this.dayPlaceholder = value);
this.translationService.get('form.date-picker.placeholder.day').subscribe(value => this.dayPlaceholder = value);
}

onBlur(event) {
Expand Down

0 comments on commit af5b7d0

Please sign in to comment.