Skip to content

Commit

Permalink
Fixes parentheses credo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
szsoppa committed Nov 8, 2024
1 parent 51cf78b commit 61d2f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contexted/tracer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule Contexted.Tracer do
end

@spec get_beam_files_folder_path() :: String.t()
def get_beam_files_folder_path() do
def get_beam_files_folder_path do
build_sub_path = Mix.Project.build_path()
app_sub_path = Utils.get_config_app() |> Atom.to_string()

Expand Down

0 comments on commit 61d2f6c

Please sign in to comment.