From 0462b65ed09459d7ac944ef3e44fa8f32cf22421 Mon Sep 17 00:00:00 2001 From: Ryan Arthur Date: Thu, 11 Oct 2018 15:16:12 -0400 Subject: [PATCH] Formatting --- .../block_scout_web/lib/block_scout_web/views/api_docs_view.ex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/block_scout_web/lib/block_scout_web/views/api_docs_view.ex b/apps/block_scout_web/lib/block_scout_web/views/api_docs_view.ex index 39c4e92fc0..cbc096aeb8 100644 --- a/apps/block_scout_web/lib/block_scout_web/views/api_docs_view.ex +++ b/apps/block_scout_web/lib/block_scout_web/views/api_docs_view.ex @@ -30,8 +30,7 @@ defmodule BlockScoutWeb.APIDocsView do defp required_params(action) do Enum.map(action.required_params, fn param -> - "&#{param.key}=" <> - "{#{param.placeholder}}" + "&#{param.key}=" <> "{#{param.placeholder}}" end) end end