Skip to content

Commit 3645b25

Browse files
committed
chore: lint fix
Signed-off-by: Akshat Patel <akshat@live.ca>
1 parent 6ecca36 commit 3645b25

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)