Skip to content

Commit 75edb48

Browse files
committed
linter warning fix
1 parent a7e5f0b commit 75edb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/output/themes/default/DefaultThemeRenderContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function bind<F, L extends any[], R>(fn: (f: F, ...a: L) => R, first: F) {
4646

4747
export class DefaultThemeRenderContext {
4848
options: Options;
49-
private currentDepth: number = 0;
49+
private currentDepth = 0;
5050

5151
constructor(private theme: DefaultTheme, options: Options) {
5252
this.options = options;

0 commit comments

Comments
 (0)