Skip to content

Commit

Permalink
[docs] fix vs code syntax highlighting (#5464)
Browse files Browse the repository at this point in the history
* [docs] fix vs code syntax highlighting

* remove blank line
  • Loading branch information
benmccann authored Jul 11, 2022
1 parent fa66df3 commit 578a288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/kit/src/core/prerender/queue.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/** @typedef {{
/**
* @typedef {{
* fn: () => Promise<any>,
* fulfil: (value: any) => void,
* reject: (error: Error) => void
* }} Task */
* }} Task
*/

/** @param {number} concurrency */
export function queue(concurrency) {
Expand Down
1 change: 0 additions & 1 deletion packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export interface Builder {
*/
writeClient(dest: string): string[];
/**
*
* @param dest
*/
writePrerendered(
Expand Down

0 comments on commit 578a288

Please sign in to comment.