style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-11 05:19:33 +00:00
parent b539c28d8c
commit 009d7b803c
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import { LearningPath, LearningPathResponse } from '../../interfaces/learning-content';
import { Language } from '../../entities/content/language';
import {PersonalizationTarget} from "./learning-path-personalization-util";
import { PersonalizationTarget } from './learning-path-personalization-util';
/**
* Generic interface for a service which provides access to learning paths from a data source.