Skip to content

Commit

Permalink
chore: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Jan 19, 2024
1 parent e69637c commit e27145e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ export class Injector {
throw noInstancesInCompletedCreatorError(ctx.token);
}

/* istanbul ignore next */
return this.createInstanceFromClassCreator(ctx as Context<ClassCreator>, opts, args);
}

Expand Down

0 comments on commit e27145e

Please sign in to comment.