Skip to content

Commit 0d25301

Browse files
committed
style: apply formatting
1 parent b34cadd commit 0d25301

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/taxii/controllers/collections/collections.controller.spec.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ describe('CollectionsController', () => {
3939
controllers: [CollectionsController],
4040
}).compile();
4141

42-
controller = await module
43-
.resolve(CollectionsController);
44-
45-
});
46-
47-
42+
controller = await module.resolve(CollectionsController);
43+
});
44+
4845
it('should be defined', () => {
4946
expect(controller).toBeDefined();
5047
});

0 commit comments

Comments
 (0)