Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio authored Nov 15, 2021
1 parent 26fd8a2 commit 85da1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export default (shareURL: URL, app: App) => {
[
'// Click Run for the Bundled + Minified + Gzipped package size',
'export * from "@okikio/animate";'
].join("")
].join("\n")
);

editorBtns(output, `// Output`);
Expand Down

1 comment on commit 85da1f5

@vercel
Copy link

@vercel vercel bot commented on 85da1f5 Nov 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.