mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-24 13:57:23 -04:00
Formatting
This commit is contained in:
parent
01780b87f1
commit
6702b2b7f9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
defmodule Pleroma.Chaos do
|
||||
def kill_random_worker(pid) do
|
||||
with true <- Enum.random(0..100) >= 75 do
|
||||
with true <- Enum.random(0..100) >= 75 do
|
||||
Process.exit(pid, :kill)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue