From 59dcf9e1ff5920243e4e03ce0b42a866b4d301d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 19 Jul 2022 09:27:57 +0200 Subject: [PATCH] mix format --- lib/livebook/application.ex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/livebook/application.ex b/lib/livebook/application.ex index f9f3f2a2f..6db36017a 100644 --- a/lib/livebook/application.ex +++ b/lib/livebook/application.ex @@ -242,6 +242,8 @@ defmodule Livebook.Application do end defp iframe_port_in_use(port) do - Livebook.Config.abort!("Failed to start Livebook iframe server because port #{port} is already in use") + Livebook.Config.abort!( + "Failed to start Livebook iframe server because port #{port} is already in use" + ) end end