Skip to content

Commit a057552

Browse files
committed
chore: reorder aliases alphabetically for credo
1 parent c261abd commit a057552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsonapi/plugs/query_parser.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ defmodule JSONAPI.QueryParser do
8080
import JSONAPI.Utils.IncludeTree
8181
import JSONAPI.Utils.String, only: [underscore: 1]
8282

83-
alias JSONAPI.Exceptions.InvalidQuery
8483
alias JSONAPI.{Config, Deprecation}
84+
alias JSONAPI.Exceptions.InvalidQuery
8585
alias Plug.Conn
8686

8787
@impl Plug

0 commit comments

Comments
 (0)