mix format says no

This commit is contained in:
Floatingghost 2024-04-16 03:07:28 +01:00
parent d70fa16383
commit d2cee15c15

View file

@ -27,7 +27,7 @@ defmodule Pleroma.Workers.WorkerHelper do
queue = Keyword.fetch!(opts, :queue) queue = Keyword.fetch!(opts, :queue)
# by default just stop unintended duplicates - this can and should be overridden # by default just stop unintended duplicates - this can and should be overridden
# if you want to have a more complex uniqueness constraint # if you want to have a more complex uniqueness constraint
uniqueness = Keyword.get(opts, :unique, [period: 1]) uniqueness = Keyword.get(opts, :unique, period: 1)
quote do quote do
# Note: `max_attempts` is intended to be overridden in `new/2` call # Note: `max_attempts` is intended to be overridden in `new/2` call