Formatting

This commit is contained in:
2024-05-28 08:55:29 +02:00
parent 2ae7313797
commit 7e8dd31152
2 changed files with 29 additions and 42 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
export enum ContainerVisibility {
NONE = "none",
ONLY_LAST = "only_last",
ALL = "all",
PROTECTED = "protected"
NONE = "none",
ONLY_LAST = "only_last",
ALL = "all",
PROTECTED = "protected",
}