mix format says no

This commit is contained in:
Floatingghost 2024-04-16 03:07:28 +01:00
parent d70fa16383
commit d2cee15c15
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ defmodule Pleroma.Workers.WorkerHelper do
queue = Keyword.fetch!(opts, :queue)
# by default just stop unintended duplicates - this can and should be overridden
# 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
# Note: `max_attempts` is intended to be overridden in `new/2` call