Skip to content

Commit 54381dc

Browse files
committed
format
1 parent 4c4c507 commit 54381dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/schemas/tags.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ const operating_systems: Array<object> = [
6868
{ label: "Windows", variants: ["ms windows"] },
6969
];
7070

71-
const presentation: Array<object> = [
72-
{ label: "Video" }
73-
]
71+
const presentation: Array<object> = [{ label: "Video" }];
7472

7573
const product_features: Array<object> = [
7674
{ label: "Web Crypto", variants: ["webcrypto"] },

0 commit comments

Comments
 (0)