Skip to content

Commit 4873533

Browse files
committed
chore(tsfmt): apply tsfmt
1 parent 661d73c commit 4873533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/provider/base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function makeFormatCodeOptions(fileName: string, opts: Options, formatSet
106106
if (typeof config.indentStyle === "number") {
107107
formatSettings.indentStyle = config.indentStyle as number;
108108
} else if (typeof config.indentStyle === "string") {
109-
formatSettings.indentStyle = (ts.IndentStyle as any) [config.indentStyle] as number;
109+
formatSettings.indentStyle = (ts.IndentStyle as any)[config.indentStyle] as number;
110110
}
111111
if (typeof config.tabSize === "number") {
112112
formatSettings.tabSize = config.tabSize;

0 commit comments

Comments
 (0)