Skip to content

Commit 2368b32

Browse files
fixing formatter for /home/runner/work/ash/ash/lib/ash/changeset/changeset.ex
1 parent caf5c16 commit 2368b32

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/ash/changeset/changeset.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,7 @@ defmodule Ash.Changeset do
12331233
{:atomic, condition} <-
12341234
atomic_condition(where, changeset, context),
12351235
{{:atomic, modified_changeset?, new_changeset, atomic_changes, validations,
1236-
create_atomics},
1237-
condition} <-
1236+
create_atomics}, condition} <-
12381237
{atomic_with_changeset(
12391238
Ash.Resource.Change.atomic(
12401239
module,

0 commit comments

Comments
 (0)