Skip to content

Commit

Permalink
Format lib/ex_machina.ex
Browse files Browse the repository at this point in the history
Commit b507e63 did not have formatting
correctly, so CI failed. This commit simply runs `mix format`.
  • Loading branch information
germsvel committed Feb 1, 2021
1 parent b507e63 commit 4c2231e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ex_machina.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ defmodule ExMachina do
quote do
@before_compile unquote(__MODULE__)

import ExMachina, only: [sequence: 1, sequence: 2, merge_attributes: 2, evaluate_lazy_attributes: 1]
import ExMachina,
only: [sequence: 1, sequence: 2, merge_attributes: 2, evaluate_lazy_attributes: 1]

def build(factory_name, attrs \\ %{}) do
ExMachina.build(__MODULE__, factory_name, attrs)
Expand Down

0 comments on commit 4c2231e

Please sign in to comment.