Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Mar 3, 2022
1 parent 8c59923 commit 4b09efb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ function createTestUtils({
expect(metadata.permalink).toEqual(expectedPermalink);
}

async function generateNavigation(
docFiles: DocFile[],
): Promise<{
async function generateNavigation(docFiles: DocFile[]): Promise<{
pagination: {prev?: DocNavLink; next?: DocNavLink; id: string}[];
sidebars: Sidebars;
}> {
Expand Down

0 comments on commit 4b09efb

Please sign in to comment.