summaryrefslogtreecommitdiff
path: root/src/pg_local.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/pg_local.erl')
-rw-r--r--src/pg_local.erl7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pg_local.erl b/src/pg_local.erl
index a316e1e0..c9b677cc 100644
--- a/src/pg_local.erl
+++ b/src/pg_local.erl
@@ -36,8 +36,8 @@
-export([join/2, leave/2, get_members/1]).
-export([sync/0]). %% intended for testing only; not part of official API
--export([start/0,start_link/0,init/1,handle_call/3,handle_cast/2,handle_info/2,
- terminate/2]).
+-export([start/0, start_link/0, init/1, handle_call/3, handle_cast/2,
+ handle_info/2, terminate/2]).
%%----------------------------------------------------------------------------
@@ -45,7 +45,8 @@
-type(name() :: term()).
--spec(start_link/0 :: () -> rabbit_types:ok(pid()) | rabbit_types:error(term())).
+-spec(start_link/0 ::
+ () -> rabbit_types:ok(pid()) | rabbit_types:error(term())).
-spec(start/0 :: () -> rabbit_types:ok(pid()) | rabbit_types:error(term())).
-spec(join/2 :: (name(), pid()) -> 'ok').
-spec(leave/2 :: (name(), pid()) -> 'ok').