Skip to content

Commit 3269d08

Browse files
committed
fix: apply eslint
1 parent 1a23a3f commit 3269d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/format.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const rule = createRule<Options, MessageIds>({
130130
indentAnchorOffset = lastLine.length;
131131
} else {
132132
indentAnchorOffset = 0;
133-
}
133+
}
134134
} else if (templateElement.value.raw.search(/\S/u) === 0) {
135135
indentAnchorOffset = tabWidth;
136136
}

0 commit comments

Comments
 (0)