Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored and astrobot-houston committed Jul 14, 2022
1 parent 01a5546 commit cea2063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markdown/remark/src/ssr-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const slugger = new Slugger();
/** @see {@link "/packages/astro/vite-plugin-markdown"} */
export function slug(value: string): string {
return slugger.slug(value);
}
}

0 comments on commit cea2063

Please sign in to comment.