Skip to content

Commit

Permalink
Some nits.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladilen11 committed Sep 23, 2023
1 parent 559a89c commit 0671152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/codegen/utils/renderMove/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export function renderKeyName(
map = values as ComponentMapType;
}

return `\t${getStructAttrs(map, "//").join("\n\t")}`;
return `\t${getStructAttrs(map, "// ").join("\n\t")}`;
}

export function renderStruct(values: ComponentMapType | SingletonType): string {
Expand Down

0 comments on commit 0671152

Please sign in to comment.