Skip to content

Commit ce42897

Browse files
committed
chore: Fix formatting
1 parent a7832db commit ce42897

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/types/timestamptz_usec.ex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@ defmodule AshPostgres.TimestamptzUsec do
6161

6262
# Cross-type comparisons with Timestamptz - use higher precision (this type)
6363
cross_type_overloads = %{
64-
[__MODULE__, AshPostgres.Timestamptz] =>
65-
{[__MODULE__, __MODULE__], Ash.Type.Boolean},
66-
[AshPostgres.Timestamptz, __MODULE__] =>
67-
{[__MODULE__, __MODULE__], Ash.Type.Boolean}
64+
[__MODULE__, AshPostgres.Timestamptz] => {[__MODULE__, __MODULE__], Ash.Type.Boolean},
65+
[AshPostgres.Timestamptz, __MODULE__] => {[__MODULE__, __MODULE__], Ash.Type.Boolean}
6866
}
6967

7068
comparison_overloads =

0 commit comments

Comments
 (0)