Skip to content

Commit

Permalink
docs: apply review suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Haris <[email protected]>
  • Loading branch information
headlessNode authored Dec 22, 2024
1 parent b9b3e55 commit c705c62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tape( 'main export is an object', function test( t ) {
t.end();
});

tape( 'the function positively validates code where no spaces are present between an opening parenthesis or bracket and a nested object or array expression', function test( t ) {
tape( 'the function positively validates code where no spaces are present between an opening parenthesis or bracket and a nested object or array expression at the end of a line', function test( t ) {
var tester = new RuleTester();

try {
Expand Down

0 comments on commit c705c62

Please sign in to comment.