Run formatter

This commit is contained in:
José Valim 2021-04-21 12:17:35 +02:00
parent d41f3a73fe
commit 48b611faeb

View file

@ -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