Skip to content

Commit

Permalink
build: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Apr 10, 2022
1 parent 914439a commit 7f9c618
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/output/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ export interface RendererHooks {
/**
* Applied immediately before the main template.
*/
"content.begin": [DefaultThemeRenderContext];
"content.begin": [DefaultThemeRenderContext];

/**
* Applied immediately after the main template.
*/
"content.end": [DefaultThemeRenderContext];
/**
* Applied immediately after the main template.
*/
"content.end": [DefaultThemeRenderContext];

/**
/**
* Applied immediately before calling `context.navigation`.
*/
"navigation.begin": [DefaultThemeRenderContext];
Expand Down

0 comments on commit 7f9c618

Please sign in to comment.