Lint
[akkoma] / priv / repo / migrations / 20211121000000_create_user_notes.exs
index 8fc23749f7ac1a75db088056aa80c2fdc9be0d2a..b75e11695ccb1add21c2b4cb5ce7c669efb3d054 100644 (file)
@@ -10,8 +10,6 @@ defmodule Pleroma.Repo.Migrations.CreateUserNotes do
       timestamps()
     end
 
-    create_if_not_exists(
-      unique_index(:user_notes, [:source_id, :target_id])
-    )
+    create_if_not_exists(unique_index(:user_notes, [:source_id, :target_id]))
   end
 end