From 26a08ef54d1b5c9d58b3377964ff6dd25ffd880e Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 24 Dec 2021 11:39:03 -0600 Subject: mix format --- lib/pleroma/migrators/hashtags_table_migrator.ex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/pleroma/migrators/hashtags_table_migrator.ex b/lib/pleroma/migrators/hashtags_table_migrator.ex index e40399732..31a5a44c7 100644 --- a/lib/pleroma/migrators/hashtags_table_migrator.ex +++ b/lib/pleroma/migrators/hashtags_table_migrator.ex @@ -171,9 +171,7 @@ def retry_failed do defp failed_objects_query do from(o in Object) - |> join(:inner, [o], dmf in DataMigrationFailedId, - on: dmf.record_id == o.id - ) + |> join(:inner, [o], dmf in DataMigrationFailedId, on: dmf.record_id == o.id) |> where([_o, dmf], dmf.data_migration_id == ^data_migration_id()) |> order_by([o], asc: o.id) end -- cgit v1.2.3