Skip to content

Commit 4fb3c4c

Browse files
committed
format changes
1 parent 763ac27 commit 4fb3c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-sdk-components/src/lib/_components/field/check-box/check-box.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class CheckBoxComponent extends FieldBase implements OnInit, OnDestroy {
8181
if (this.bReadonly$) {
8282
this.fieldControl?.disable();
8383
}
84-
84+
8585
// multi case
8686
this.selectionMode = this.configProps$.selectionMode;
8787
if (this.selectionMode === 'multi') {

0 commit comments

Comments
 (0)