Skip to content

Commit 79a474f

Browse files
Miensoapkoomchang
authored andcommitted
style: CI 파이프라인에서 린트 확인 성공, 코드 포맷팅 #47
1 parent 4ed64ea commit 79a474f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: backend/src/config/TypeOrmConfigService.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { CustomNamingStrategy } from './CustomNamingStrategy';
55

66
@Injectable()
77
export class TypeOrmConfigService implements TypeOrmOptionsFactory {
8-
constructor(private configService: ConfigService) {
9-
}
8+
constructor(private configService: ConfigService) {}
109

1110
createTypeOrmOptions(): TypeOrmModuleOptions {
1211
return {

0 commit comments

Comments
 (0)