Skip to content

Commit b5c8d22

Browse files
committed
style: fix prettier formatting in swagger and test files
1 parent 70f48df commit b5c8d22

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

‎src/swagger.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import type { INestApplication} from '@nestjs/common';
1+
import type { INestApplication } from '@nestjs/common';
22
import { Logger } from '@nestjs/common';
33
import { ConfigService } from '@nestjs/config';
4-
import type { SwaggerCustomOptions} from '@nestjs/swagger';
4+
import type { SwaggerCustomOptions } from '@nestjs/swagger';
55
import { DocumentBuilder, SwaggerModule } from '@nestjs/swagger';
66

77
export const setupSwagger = async (app: INestApplication) => {

‎test/unit/user.admin.service.spec.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,3 @@ describe('UserAdminService', () => {
178178
});
179179
});
180180
});
181-

0 commit comments

Comments
 (0)