Skip to content

Commit 9d39027

Browse files
Clean up
1 parent d0399ce commit 9d39027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/meta-updater/src/updateScopeMdx.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export function getScopeTypeTypes() {
4343

4444
const result: { scopeTypeType: ScopeTypeType; name: string }[] = [];
4545
const used = new Set<ScopeTypeType>();
46+
4647
for (const scopeType of scopeTypes) {
4748
const scopeTypeType = serializeScopeType(scopeType);
4849
if (used.has(scopeTypeType)) {
@@ -51,5 +52,6 @@ export function getScopeTypeTypes() {
5152
used.add(scopeTypeType);
5253
result.push({ scopeTypeType, name: prettifyScopeType(scopeType) });
5354
}
55+
5456
return result;
5557
}

0 commit comments

Comments
 (0)