Skip to content

Commit

Permalink
minor format
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski committed Oct 16, 2023
1 parent 289ebd6 commit 6357c6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ecto/repo/schema.ex
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,7 @@ defmodule Ecto.Repo.Schema do
%{^field => %{^related_key => related_value}} when owner_value != related_value <- data do
true
else
_ ->
false
_ -> false
end
end

Expand Down

0 comments on commit 6357c6d

Please sign in to comment.