Skip to content

Commit

Permalink
add required space before closing braket
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Staman Ogilvie committed Nov 18, 2022
1 parent e47e453 commit 5506881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/no-unknown-property.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ ruleTester.run('no-unknown-property', rule, {
// fbt
{ code: '<fbt desc="foo" doNotExtract />;' },
// fbs
{ code: '<fbs desc="foo" doNotExtract />;'},
{ code: '<fbs desc="foo" doNotExtract />;' },
]),
invalid: parsers.all([
{
Expand Down

0 comments on commit 5506881

Please sign in to comment.