[ci] format

This commit is contained in:
FredKSchott 2022-07-14 16:06:50 +00:00 committed by fredkbot
parent 01a55467d5
commit cea2063a94

View file

@ -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);
}
}