credo test fix

pull/2130/head
Victor Baranov 6 years ago
parent 1966da5957
commit ebf2d4f44c
  1. 2
      apps/block_scout_web/lib/block_scout_web/controller.ex

@ -13,7 +13,7 @@ defmodule BlockScoutWeb.Controller do
conn
|> put_status(:not_found)
|> put_view(BlockScoutWeb.PageNotFoundView)
|> Phoenix.Controller.render(:index)
|> Controller.render(:index)
|> halt()
end

Loading…
Cancel
Save