Skip to content

Commit 8d03b00

Browse files
committed
chore(*): add an empty row for better readability
1 parent f4ec1c4 commit 8d03b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/filter/filter.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ export class IgxFilterDirective implements OnChanges {
125125
})
126126

127127
export class IgxFilterPipe implements PipeTransform {
128-
129128
private findMatchByKey(item: any, options: IgxFilterOptions, key: string) {
130129
const match = options.matchFn(options.formatter(options.get_value(item, key)), options.inputValue);
131130

@@ -141,6 +140,7 @@ export class IgxFilterPipe implements PipeTransform {
141140

142141
return match;
143142
}
143+
144144
public transform(items: any[],
145145
// options - initial settings of filter functionality
146146
options: IgxFilterOptions) {

0 commit comments

Comments
 (0)