Skip to content

Commit abf5cc9

Browse files
author
FrancescoMauto
committed
[DSC-2236] fix: linting
1 parent c342984 commit abf5cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/info/accessibility-settings/accessibility-settings.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class AccessibilitySettingsComponent implements OnInit, OnDestroy {
2525
protected readonly AlertType = AlertType;
2626

2727
protected formValues: AccessibilitySettingsFormValues;
28-
28+
2929
isAuthenticated: BehaviorSubject<boolean> = new BehaviorSubject(false);
3030
cookieIsAccepted: BehaviorSubject<boolean> = new BehaviorSubject(false);
3131

0 commit comments

Comments
 (0)