Skip to content

Commit 5ff019d

Browse files
committed
fix: prettier formatting
1 parent 28d5393 commit 5ff019d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/lib/rules/template-valid-autocomplete.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ const invalidHbs = [
172172
code: '<input type="text" autocomplete="shipping billing street-address" />',
173173
errors: [
174174
{
175-
message:
176-
'autocomplete can contain at most one hint token (`shipping` or `billing`)',
175+
message: 'autocomplete can contain at most one hint token (`shipping` or `billing`)',
177176
},
178177
],
179178
},

0 commit comments

Comments
 (0)