Skip to content

Commit 32c68f3

Browse files
authored
Merge pull request #2804 from Akshat55/lint-fix
chore: lint fix
2 parents 6ecca36 + 3645b25 commit 32c68f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/cell/table-radio.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class TableRadio {
4040
get disabled(): boolean {
4141
return this.row ? !!(this.row as TableRow).disabled : false;
4242
}
43-
43+
4444
/**
4545
* Used to populate the row selection checkbox label with a useful value if set.
4646
*

0 commit comments

Comments
 (0)