Skip to content

Commit

Permalink
Unblock Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaj committed Jun 5, 2020
1 parent 1cf8561 commit fd551b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testing/src/lib/core/pages/data-table/column.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export abstract class Column {
columnName: string;
columnType: string;

constructor(columnName: string, columnType: string) {
constructor(columnName: string, columnType: string ) {
this.columnName = columnName;
this.columnType = columnType;
}
Expand Down

0 comments on commit fd551b2

Please sign in to comment.