Skip to content

Commit 39d0743

Browse files
author
Filipa Lacerda
committed
Fix eslint error
1 parent df1207b commit 39d0743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/max-attributes-per-line.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ module.exports = {
141141
})
142142
}
143143

144-
function groupAttrsByLine(attributes) {
144+
function groupAttrsByLine (attributes) {
145145
const propsPerLine = [[attributes[0]]]
146146

147147
attributes.reduce((previous, current) => {

0 commit comments

Comments
 (0)