Skip to content

Commit

Permalink
mix format the credo format rules for formatting format
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Oct 11, 2023
1 parent 1f99b28 commit f21fff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/paginator_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@ defmodule PaginatorTest do
test "when custom total_count_primary_key_field", %{
addresses: {_a1, a2, _a3}
} do
# credo:disable-for-lines:9 /Pipe/
%Page{metadata: metadata} =
# credo:disable-for-lines:8 /Pipe/
from(a in Address, select: a)
|> Repo.paginate(
cursor_fields: [:city],
Expand Down

0 comments on commit f21fff8

Please sign in to comment.