tidy: remove unnecessary whitespace changes

This commit is contained in:
psychedelicious
2024-05-24 12:32:29 +10:00
parent 2fbe5ecb00
commit 125e1d7eb4
3 changed files with 1 additions and 3 deletions

View File

@ -55,5 +55,5 @@ export interface SystemState {
shouldUseWatermarker: boolean;
status: SystemStatus;
shouldEnableInformationalPopovers: boolean;
cancellations: string[]
cancellations: string[];
}