Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigitsu committed Jul 25, 2024
1 parent 5f77568 commit 87d08d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tailwind.ex
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ defmodule Tailwind do
"""
def configured_version do
default_version =
with false <- :tailwind |> Application.get_env(:path) |> is_nil, {:ok, version} <- bin_version() do
with false <- :tailwind |> Application.get_env(:path) |> is_nil,
{:ok, version} <- bin_version() do
version
else
_ -> latest_version()
Expand Down

0 comments on commit 87d08d6

Please sign in to comment.