summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-09-18 16:57:40 +0200
committerPierre de Lacroix <pierre@pdelacroix.com>2020-09-18 16:57:40 +0200
commitb2f45bc79fa19aab89dc6c65d31071edf319ac65 (patch)
tree946befe00d5a07ba6e12b5763e95cf189ed2fceb
parentadd ExDoc dependency (diff)
format
-rw-r--r--lib/matrix_app_service/adapter/transaction.ex2
-rw-r--r--lib/matrix_app_service/client.ex3
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/matrix_app_service/adapter/transaction.ex b/lib/matrix_app_service/adapter/transaction.ex
index 1845536..a6ff750 100644
--- a/lib/matrix_app_service/adapter/transaction.ex
+++ b/lib/matrix_app_service/adapter/transaction.ex
@@ -4,7 +4,7 @@ defmodule MatrixAppService.Adapter.Transaction do
"""
@doc """
-
+
"""
@callback new_event(MatrixAppService.Event.t()) :: any()
end
diff --git a/lib/matrix_app_service/client.ex b/lib/matrix_app_service/client.ex
index d806666..998b377 100644
--- a/lib/matrix_app_service/client.ex
+++ b/lib/matrix_app_service/client.ex
@@ -45,7 +45,8 @@ defmodule MatrixAppService.Client do
@doc """
"""
- @spec register(Polyjuice.Client.LowLevel.register_opts(), client_options()) :: {:ok, String.t()} | Any
+ @spec register(Polyjuice.Client.LowLevel.register_opts(), client_options()) ::
+ {:ok, String.t()} | Any
def register(opts \\ [], client_options \\ []) do
default_opts = [
inhibit_login: true,