Skip to content

Commit

Permalink
Enable custom inspect for SeedFactory.Command
Browse files Browse the repository at this point in the history
  • Loading branch information
fuelen committed Mar 11, 2024
1 parent dac8408 commit 18b0907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/seed_factory/command.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule SeedFactory.Command do
@moduledoc false
# @derive {Inspect, only: []}
@derive {Inspect, only: []}

defstruct [
:name,
Expand Down

0 comments on commit 18b0907

Please sign in to comment.