Skip to content

Commit d9e455d

Browse files
committed
Linting
1 parent 8890fee commit d9e455d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/component/teams/teams.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class TeamsComponent implements OnInit {
1313
teamGroups: Map<string, string[]> = new Map();
1414

1515
constructor(private yaml: ymlService) {}
16-
16+
1717
ngOnInit(): void {
1818
this.yaml.setURI('./assets/YAML/meta.yaml');
1919
// Function sets column header

0 commit comments

Comments
 (0)