Skip to content

Commit

Permalink
🔧 chore(lib): Fix credo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
worthant committed Oct 19, 2024
1 parent 3697cf8 commit 441a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tree_dict.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ defmodule TreeDict do

defstruct tree: nil

def new(), do: %TreeDict{}
def new, do: %TreeDict{}
end

0 comments on commit 441a6c1

Please sign in to comment.