Skip to content

Commit c247207

Browse files
style(contrib/es): prettier ESService
1 parent b69ceb1 commit c247207

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/contrib/es/es-service.decorator.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ export function ESService<TInstance = unknown, TClass extends Constructable<TIns
122122
): ESClassDecorator<TClass>;
123123

124124
export function ESService<TInstance = unknown, TClass extends Constructable<TInstance> = Constructable<TInstance>>(
125-
optionsOrDependencies: Omit<ServiceOptions<TInstance>, 'dependencies'> | ServiceOptions<TInstance> | AnyServiceDependency[],
125+
optionsOrDependencies:
126+
| Omit<ServiceOptions<TInstance>, 'dependencies'>
127+
| ServiceOptions<TInstance>
128+
| AnyServiceDependency[],
126129
maybeDependencies?: AnyServiceDependency[]
127130
): ESClassDecorator<TClass> {
128131
return (target: TClass, context: ClassDecoratorContext) => {

0 commit comments

Comments
 (0)