Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiano Poggi <rock3r@users.noreply.github.com>
  • Loading branch information
mpgirro and rock3r committed May 4, 2021
1 parent bc1efa3 commit 9308585
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ internal class FakeEpisodePodcastindexBuilder : FakeBuilder<EpisodePodcastindex>
return result
}

override fun toString(): String {
return "FakeEpisodePodcastindexBuilder(chaptersBuilderValue=$chaptersBuilderValue, locationBuilderValue=$locationBuilderValue, " +
override fun toString(): String =
"FakeEpisodePodcastindexBuilder(chaptersBuilderValue=$chaptersBuilderValue, locationBuilderValue=$locationBuilderValue, " +
"seasonBuilder=$seasonBuilder, episodeBuilder=$episodeBuilder, transcriptBuilders=$transcriptBuilders, " +
"soundbiteBuilders=$soundbiteBuilders, personBuilders=$personBuilders)"
}
}

0 comments on commit 9308585

Please sign in to comment.