From bb5bd9a0bb8613936868345de56e0b35930cab5d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 18 Oct 2025 09:29:01 +0200 Subject: [PATCH] Format code --- apps/api/src/app/endpoints/benchmarks/benchmarks.service.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/api/src/app/endpoints/benchmarks/benchmarks.service.ts b/apps/api/src/app/endpoints/benchmarks/benchmarks.service.ts index 9a05dc24c..c11cbe003 100644 --- a/apps/api/src/app/endpoints/benchmarks/benchmarks.service.ts +++ b/apps/api/src/app/endpoints/benchmarks/benchmarks.service.ts @@ -4,10 +4,7 @@ import { BenchmarkService } from '@ghostfolio/api/services/benchmark/benchmark.s import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.service'; import { MarketDataService } from '@ghostfolio/api/services/market-data/market-data.service'; import { DATE_FORMAT, parseDate, resetHours } from '@ghostfolio/common/helper'; -import { - AssetProfileIdentifier, - Filter -} from '@ghostfolio/common/interfaces'; +import { AssetProfileIdentifier, Filter } from '@ghostfolio/common/interfaces'; import { DateRange, UserWithSettings } from '@ghostfolio/common/types'; import { Injectable, Logger } from '@nestjs/common';