Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Nov 11, 2024
1 parent f8e4716 commit 130a2be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ChangeDetectionStrategy, Component, OnDestroy, OnInit} from '@angular/core';
import { ChangeDetectionStrategy, Component, OnDestroy, OnInit } from '@angular/core';
import { BehaviorSubject, filter, Subject, Subscription, takeUntil } from 'rxjs';
import { Team } from '../../shared/types/model/Team';
import { TeamService } from '../../services/team.service';
Expand Down

0 comments on commit 130a2be

Please sign in to comment.