Skip to content

Commit

Permalink
Include Inspect.Algebra in namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
doorgan committed Aug 15, 2024
1 parent 073dc63 commit 68f570d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule Sourceror.MixProject do
lib_elixir: [
namespace: Sourceror.LibElixir,
ref: "v1.17.2",
modules: [Code, :elixir_tokenizer, Keyword]
modules: [Code, :elixir_tokenizer, Inspect.Algebra]
]
]
end
Expand Down

0 comments on commit 68f570d

Please sign in to comment.