Skip to content

Commit

Permalink
[FM] Automated formating frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and Miguel7373 committed Dec 5, 2024
1 parent d3b3e10 commit 841270d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/services/check-in.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TestBed } from '@angular/core/testing';
import { CheckInService } from './check-in.service';
import { HttpClientTestingModule } from '@angular/common/http/testing';
import { firstCheckIn, keyResultMetricWithIdEight, secondCheckIn } from '../shared/testData';
import {CheckInMetricMin} from "../shared/types/model/CheckInMetricMin";
import { CheckInMetricMin } from '../shared/types/model/CheckInMetricMin';

describe('CheckInService', () => {
let service: CheckInService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Router } from '@angular/router';
import { HttpClientTestingModule } from '@angular/common/http/testing';
import { By } from '@angular/platform-browser';
import { Zone } from '../../types/enums/Zone';
import {CheckInOrdinalMin} from "../../types/model/CheckInOrdinalMin";
import { CheckInOrdinalMin } from '../../types/model/CheckInOrdinalMin';

describe('ScoringComponent', () => {
let component: ScoringComponent;
Expand Down

0 comments on commit 841270d

Please sign in to comment.