Skip to content

Commit

Permalink
[gh315] Mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Mar 15, 2023
1 parent 03194d6 commit 442b17c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/nimble_template/helpers/credo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ defmodule NimbleTemplate.CredoHelper do
end
end

defp edit_web_entry(
%Project{web_path: web_path, web_module: web_module} = project
) do
defp edit_web_entry(%Project{web_path: web_path, web_module: web_module} = project) do
Generator.delete_content!(
"#{web_path}.ex",
"""
Expand Down

0 comments on commit 442b17c

Please sign in to comment.