Skip to content

Commit

Permalink
Fixed prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zacariec committed Jan 16, 2025
1 parent 19e4bf1 commit eeb59e0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,7 @@ describe('Module: RemoteAsset', () => {
{
RemoteAsset: {
enabled: true,
allowedDomains: [
'someotherdomain.com',
],
allowedDomains: ['someotherdomain.com'],
},
},
);
Expand Down Expand Up @@ -261,5 +259,4 @@ describe('Module: RemoteAsset', () => {

expect(offenses).to.be.empty;
});

});

0 comments on commit eeb59e0

Please sign in to comment.