Skip to content

Commit 08dddce

Browse files
ci(lint): auto-fix
1 parent 812592c commit 08dddce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-plugin-pug/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const plugin: VueLanguagePlugin = ({ modules }) => {
4343
// class=" foo bar"
4444
// ^^^ ^^^
4545
// NOTE: we need to expose source offset getter
46-
return function(startOffset: number) {
46+
return function (startOffset: number) {
4747
return getOffset(target.offset + startOffset);
4848
};
4949
}

0 commit comments

Comments
 (0)