Skip to content

Commit

Permalink
fix: add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DrZhong committed Dec 3, 2018
1 parent b071ff6 commit b11834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/nz-select.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class NzSelectComponent implements ControlValueAccessor, OnInit, AfterVie
/** https://github.com/angular/angular/pull/13349/files **/
// tslint:disable-next-line:no-any
@Input() compareWith = (o1: any, o2: any) => o1 === o2;
@Input() tabindex =1;
@Input() tabindex = 1;

@Input()
set nzDropdownClassName(value: string) {
Expand Down

0 comments on commit b11834d

Please sign in to comment.