Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed May 21, 2024
1 parent b9047d1 commit 0d2adfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdata/multiple/b.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export function x(_n = 0) {}
* This item reproduces the issue reported in {@link https://github.com/jsr-io/jsr/issues/459}
*/
const default_: number = 0;
export { default_ as default }
export { default_ as default };

0 comments on commit 0d2adfc

Please sign in to comment.