mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 17:15:09 +08:00
Run formatter
This commit is contained in:
parent
d41f3a73fe
commit
48b611faeb
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ defmodule LivebookWeb.PathSelectComponent do
|
|||
end
|
||||
|
||||
defp highlighting?(files) do
|
||||
Enum.any?(files, & &1.highlighted != "")
|
||||
Enum.any?(files, &(&1.highlighted != ""))
|
||||
end
|
||||
|
||||
defp render_file(file, phx_target) do
|
||||
|
|
Loading…
Reference in a new issue