summaryrefslogtreecommitdiff
path: root/lib/jason_types.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jason_types.ex')
-rw-r--r--lib/jason_types.ex6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/jason_types.ex b/lib/jason_types.ex
index 4c89664ff..d1a7bc7ac 100644
--- a/lib/jason_types.ex
+++ b/lib/jason_types.ex
@@ -1 +1,5 @@
-Postgrex.Types.define(Pleroma.PostgresTypes, [] ++ Ecto.Adapters.Postgres.extensions(), json: Jason)
+Postgrex.Types.define(
+ Pleroma.PostgresTypes,
+ [] ++ Ecto.Adapters.Postgres.extensions(),
+ json: Jason
+)