From 83ae29253e0905dc5bbc519afbaaa78d3927aaf8 Mon Sep 17 00:00:00 2001 From: Donald Hutchison Date: Tue, 8 Aug 2023 12:03:37 +0200 Subject: [PATCH] Format. --- apps/block_scout_web/mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/block_scout_web/mix.exs b/apps/block_scout_web/mix.exs index 250ff3670819..ce8de0a3dbdd 100644 --- a/apps/block_scout_web/mix.exs +++ b/apps/block_scout_web/mix.exs @@ -124,7 +124,8 @@ defmodule BlockScoutWeb.Mixfile do {:timex, "~> 3.7.1"}, {:wallaby, "~> 0.30", only: :test, runtime: false}, # `:cowboy` `~> 2.0` and Phoenix 1.4 compatibility - {:websocket_client, git: "https://github.com/blockscout/websocket_client.git", branch: "master", override: true}, {:wobserver, "~> 0.2.0", github: "poanetwork/wobserver", branch: "support-https"}, + {:websocket_client, git: "https://github.com/blockscout/websocket_client.git", branch: "master", override: true}, + {:wobserver, "~> 0.2.0", github: "poanetwork/wobserver", branch: "support-https"}, {:ex_json_schema, "~> 0.9.1"}, {:ueberauth, "~> 0.7"}, {:ueberauth_auth0, "~> 2.0"},