Skip to content

Commit c689f59

Browse files
committed
refactor(frontend): Format code #1677
1 parent 39b96be commit c689f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/statistics/statistics.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FilterPageChange } from '../shared/types/model/filter-page-change';
88
selector: 'app-statistics',
99
standalone: false,
1010
templateUrl: './statistics.component.html',
11-
styleUrl: './statistics.component.scss',
11+
styleUrl: './statistics.component.scss'
1212
})
1313
export class StatisticsComponent {
1414
private evaluationService = inject(EvaluationService);

0 commit comments

Comments
 (0)