Formatting

This commit is contained in:
squidfunk
2020-03-29 14:01:27 +02:00
parent 7b6ce2a913
commit 7e42f78e92
2 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ interface MountOptions {
* @return Operator function
*/
export function mountTableOfContents(
{ header$, main$, viewport$, tablet$}: MountOptions
{ header$, main$, viewport$, tablet$ }: MountOptions
): OperatorFunction<HTMLElement, TableOfContents> {
return pipe(
switchMap(el => tablet$