diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-03 19:03:41 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-03 19:03:41 +0200 |
commit | 2449be0cebe4179b00c1bfaf909ee94fbe9b0180 (patch) | |
tree | 37a69ba2a778a7c0797036d7388c1fda902bbb13 /lib/pleroma/bbs | |
parent | 6f2b5acc39112459c45d326bd3cd7cf6f19f5220 (diff) | |
download | pleroma-bugfix/erlang-24-format.tar.gz |
mix format on OTP 24 + Elixir 1.12.1bugfix/erlang-24-format
Diffstat (limited to 'lib/pleroma/bbs')
-rw-r--r-- | lib/pleroma/bbs/handler.ex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/pleroma/bbs/handler.ex b/lib/pleroma/bbs/handler.ex index 4a2e255f7..a38faa5b8 100644 --- a/lib/pleroma/bbs/handler.ex +++ b/lib/pleroma/bbs/handler.ex @@ -19,9 +19,7 @@ defmodule Pleroma.BBS.Handler do def on_connect(username, ip, port, method) do Logger.debug(fn -> """ - Incoming SSH shell #{inspect(self())} requested for #{username} from #{inspect(ip)}:#{ - inspect(port) - } using #{inspect(method)} + Incoming SSH shell #{inspect(self())} requested for #{username} from #{inspect(ip)}:#{inspect(port)} using #{inspect(method)} """ end) end |