Mix credo test fix update

pull/2130/head
Victor Baranov 6 years ago
parent ebf2d4f44c
commit ac64f84321
  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)
|> Controller.render(:index)
|> render(:index)
|> halt()
end

Loading…
Cancel
Save