Skip to content

Commit

Permalink
make credo happy
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushthapa committed Sep 10, 2024
1 parent e194a27 commit 0289b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sutra/data/macro_helper/object_macro.ex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Sutra.Data.MacroHelper.ObjectMacro do

quote do
unquote(
def __fields__() do
def __fields__ do
unquote(Enum.reverse(@__fields))
end
)
Expand Down

0 comments on commit 0289b75

Please sign in to comment.