mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-07 21:44:36 +08:00
mix format
This commit is contained in:
parent
5c105d3d1f
commit
59dcf9e1ff
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue