Skip to content

Commit

Permalink
chore: lint (#6190)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 7, 2023
1 parent 5c2e420 commit d0402a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/addon-doc/components/doc-tab/doc-tab.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import {ChangeDetectionStrategy, Component, Input} from '@angular/core';
})
export class TuiDocTabComponent {
@Input()
src: string = '';
src = '';
}

0 comments on commit d0402a6

Please sign in to comment.