Skip to content

Commit

Permalink
chore: trim
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 1, 2023
1 parent 155ce1e commit 3ad7547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/build-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async function main() {
// auto-generated by build-theme.ts
// prettier-ignore
export const theme = ${JSON.stringify(result, null, 2)};
`;
`.trim();
console.log(output);
}

Expand Down

0 comments on commit 3ad7547

Please sign in to comment.