Skip to content

Commit c6d089e

Browse files
committed
Fix for prettier
1 parent cf00c72 commit c6d089e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ts/components/startup.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ export interface MathJaxConfig extends MJConfig {
7171
/**
7272
* Generic types for the standard MathJax objects
7373
*/
74-
export type MATHDOCUMENT = MathDocument<any, any, any> & {menu?: {loadingPromise: Promise<void>}};
74+
export type MATHDOCUMENT = MathDocument<any, any, any> & {
75+
menu?: { loadingPromise: Promise<void> };
76+
};
7577
export type HANDLER = Handler<any, any, any>;
7678
export type DOMADAPTOR = DOMAdaptor<any, any, any>;
7779
export type INPUTJAX = InputJax<any, any, any>;

0 commit comments

Comments
 (0)