Skip to content

Commit

Permalink
style: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kgajera committed Jul 6, 2022
1 parent a343a1c commit 6bafd01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class MarkRendererHostDirective implements OnInit {
private viewContainerRef: ViewContainerRef,
private componentRenderer: ComponentRendererService,
private rendererProvider: RendererProviderService
) { }
) {}

ngOnInit() {
const render = (component: Type<MarkRenderer | TextValueComponent>) =>
Expand Down

0 comments on commit 6bafd01

Please sign in to comment.