Skip to content

Commit

Permalink
style: code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoGathK committed May 19, 2022
1 parent 26dde33 commit ba4aab4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/templates/file.provider.factory.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import { FixedContext, ProviderFactory } from '@vodyani/core';
export class {{ upperName }}Manager implements ProviderFactory {
public static token = Symbol('{{ upperName }}Manager');
constructor(
// private readonly options: any,
) {
@FixedContext
public create() {
return {
inject: [],
provide: {{ upperName }}Manager.token,
Expand Down

0 comments on commit ba4aab4

Please sign in to comment.