[ci] format
This commit is contained in:
parent
01a55467d5
commit
cea2063a94
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ const slugger = new Slugger();
|
||||||
/** @see {@link "/packages/astro/vite-plugin-markdown"} */
|
/** @see {@link "/packages/astro/vite-plugin-markdown"} */
|
||||||
export function slug(value: string): string {
|
export function slug(value: string): string {
|
||||||
return slugger.slug(value);
|
return slugger.slug(value);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue