From 4434e0d4a6fd61996eb63c2406ba6bd4ebdcc8f7 Mon Sep 17 00:00:00 2001 From: MENasri23 Date: Tue, 24 May 2022 07:27:35 -0700 Subject: [PATCH] Remove the indentation changes --- .../apps/nowinandroid/feature/foryou/ForYouScreen.kt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/feature-foryou/src/main/java/com/google/samples/apps/nowinandroid/feature/foryou/ForYouScreen.kt b/feature-foryou/src/main/java/com/google/samples/apps/nowinandroid/feature/foryou/ForYouScreen.kt index 08f5ea1eb..8e10cc4fb 100644 --- a/feature-foryou/src/main/java/com/google/samples/apps/nowinandroid/feature/foryou/ForYouScreen.kt +++ b/feature-foryou/src/main/java/com/google/samples/apps/nowinandroid/feature/foryou/ForYouScreen.kt @@ -631,9 +631,9 @@ private val saveableNewsResource = listOf( episodeId = "52", title = "Thanks for helping us reach 1M YouTube Subscribers", content = "Thank you everyone for following the Now in Android series " + - "and everything the Android Developers YouTube channel has to offer. " + - "During the Android Developer Summit, our YouTube channel reached 1 " + - "million subscribers! Here’s a small video to thank you all.", + "and everything the Android Developers YouTube channel has to offer. " + + "During the Android Developer Summit, our YouTube channel reached 1 " + + "million subscribers! Here’s a small video to thank you all.", url = "https://youtu.be/-fJ6poHQrjM", headerImageUrl = "https://i.ytimg.com/vi/-fJ6poHQrjM/maxresdefault.jpg", publishDate = Instant.parse("2021-11-09T00:00:00.000Z"), @@ -658,9 +658,9 @@ private val saveableNewsResource = listOf( episodeId = "52", title = "Transformations and customisations in the Paging Library", content = "A demonstration of different operations that can be performed " + - "with Paging. Transformations like inserting separators, when to " + - "create a new pager, and customisation options for consuming " + - "PagingData.", + "with Paging. Transformations like inserting separators, when to " + + "create a new pager, and customisation options for consuming " + + "PagingData.", url = "https://youtu.be/ZARz0pjm5YM", headerImageUrl = "https://i.ytimg.com/vi/ZARz0pjm5YM/maxresdefault.jpg", publishDate = Instant.parse("2021-11-01T00:00:00.000Z"),