From 30806effc91ab1f38227a35653f47ee3e5a8dc45 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 3 Aug 2023 23:50:46 +0100 Subject: [PATCH] Minor formatting changes. --- src/main/java/me/kavin/piped/utils/CollectionUtils.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/me/kavin/piped/utils/CollectionUtils.java b/src/main/java/me/kavin/piped/utils/CollectionUtils.java index 365048f..bd09132 100644 --- a/src/main/java/me/kavin/piped/utils/CollectionUtils.java +++ b/src/main/java/me/kavin/piped/utils/CollectionUtils.java @@ -65,9 +65,9 @@ public class CollectionUtils { final List relatedStreams = collectRelatedItems(info.getRelatedItems()); final List metaInfo = new ObjectArrayList<>(); - info.getMetaInfo().forEach(metaInfoItem -> { - metaInfo.add(new MetaInfo(metaInfoItem.getTitle(), metaInfoItem.getContent().getContent(), metaInfoItem.getUrls(), metaInfoItem.getUrlTexts())); - }); + info.getMetaInfo().forEach(metaInfoItem -> metaInfo.add(new MetaInfo(metaInfoItem.getTitle(), metaInfoItem.getContent().getContent(), + metaInfoItem.getUrls(), metaInfoItem.getUrlTexts() + ))); return new Streams(info.getName(), info.getDescription().getContent(), info.getTextualUploadDate(), info.getUploaderName(), substringYouTube(info.getUploaderUrl()),