Skip to content

Commit bd4cb95

Browse files
committed
style: CI 파이프라인에서 린트 확인 성공, 코드 포맷팅 #47
1 parent 0f82eae commit bd4cb95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)