mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-08 05:04:46 +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
|
end
|
||||||
|
|
||||||
defp highlighting?(files) do
|
defp highlighting?(files) do
|
||||||
Enum.any?(files, & &1.highlighted != "")
|
Enum.any?(files, &(&1.highlighted != ""))
|
||||||
end
|
end
|
||||||
|
|
||||||
defp render_file(file, phx_target) do
|
defp render_file(file, phx_target) do
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue