Skip to content

Commit eeb59e0

Browse files
committed
Fixed prettier issues
1 parent 19e4bf1 commit eeb59e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/theme-check-common/src/checks/remote-asset/index.spec.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,7 @@ describe('Module: RemoteAsset', () => {
224224
{
225225
RemoteAsset: {
226226
enabled: true,
227-
allowedDomains: [
228-
'someotherdomain.com',
229-
],
227+
allowedDomains: ['someotherdomain.com'],
230228
},
231229
},
232230
);
@@ -261,5 +259,4 @@ describe('Module: RemoteAsset', () => {
261259

262260
expect(offenses).to.be.empty;
263261
});
264-
265262
});

0 commit comments

Comments
 (0)