Skip to content

Commit e79c44d

Browse files
committed
FiX alias order
1 parent 7b92981 commit e79c44d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
check:
5-
mix format
5+
mix format --check-formatted
66
mix test
77
mix dialyzer
88
mix credo --strict

lib/jsonpatch/operation/move.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ defmodule Jsonpatch.Operation.Move do
1212

1313
alias Jsonpatch.Operation
1414
alias Jsonpatch.Operation.Copy
15-
alias Jsonpatch.Operation.Remove
1615
alias Jsonpatch.Operation.Move
16+
alias Jsonpatch.Operation.Remove
1717

1818
@enforce_keys [:from, :path]
1919
defstruct [:from, :path]

0 commit comments

Comments
 (0)