Skip to content

Commit 06fec5d

Browse files
committed
style: fix lint style
1 parent b58cdf8 commit 06fec5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rules/attribute-hyphenation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ module.exports = {
104104
if (/^[A-Z]/.test(name)) {
105105
return null
106106
}
107-
108-
if(text.endsWith('.sync')) {
107+
108+
if (text.endsWith('.sync')) {
109109
return null
110110
}
111111

0 commit comments

Comments
 (0)