Skip to content

Commit

Permalink
ci(lint): auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2024
1 parent 812592c commit 08dddce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-plugin-pug/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const plugin: VueLanguagePlugin = ({ modules }) => {
// class=" foo bar"
// ^^^ ^^^
// NOTE: we need to expose source offset getter
return function(startOffset: number) {
return function (startOffset: number) {
return getOffset(target.offset + startOffset);
};
}
Expand Down

0 comments on commit 08dddce

Please sign in to comment.