Skip to content

Commit

Permalink
restoring old style
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdish-15 committed Jan 2, 2025
1 parent e451496 commit c908bc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/practice/allergies/allergies.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ describe('Allergies', () => {
'tomatoes',
'chocolate',
'pollen',
'cats'
'cats',
]);
});

Expand All @@ -269,7 +269,7 @@ describe('Allergies', () => {
'tomatoes',
'chocolate',
'pollen',
'cats'
'cats',
]);
});

Expand All @@ -282,7 +282,7 @@ describe('Allergies', () => {
'tomatoes',
'chocolate',
'pollen',
'cats'
'cats',
]);
});

Expand Down

0 comments on commit c908bc3

Please sign in to comment.