Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Oct 11, 2023
1 parent e71f595 commit 1814a57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common/app/renderers/DotcomRenderingService.scala
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,11 @@ class DotcomRenderingService extends GuLogging with ResultWithPreconnectPreload
}

def getAppsInteractive(
ws: WSClient,
page: InteractivePage,
blocks: Blocks,
pageType: PageType,
)(implicit request: RequestHeader): Future[Result] = {
ws: WSClient,
page: InteractivePage,
blocks: Blocks,
pageType: PageType,
)(implicit request: RequestHeader): Future[Result] = {

val dataModel = DotcomRenderingDataModel.forInteractive(page, blocks, request, pageType)
val json = DotcomRenderingDataModel.toJson(dataModel)
Expand Down

0 comments on commit 1814a57

Please sign in to comment.