diff options
author | Pierre de Lacroix <pierre@pdelacroix.com> | 2020-09-18 16:57:40 +0200 |
---|---|---|
committer | Pierre de Lacroix <pierre@pdelacroix.com> | 2020-09-18 16:57:40 +0200 |
commit | b2f45bc79fa19aab89dc6c65d31071edf319ac65 (patch) | |
tree | 946befe00d5a07ba6e12b5763e95cf189ed2fceb /lib/matrix_app_service/adapter | |
parent | add ExDoc dependency (diff) |
format
Diffstat (limited to 'lib/matrix_app_service/adapter')
-rw-r--r-- | lib/matrix_app_service/adapter/transaction.ex | 2 |
1 files changed, 1 insertions, 1 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 |