Align the state record
This commit is contained in:
parent
c49e5dfddc
commit
826daace61
|
@ -68,7 +68,6 @@
|
|||
%% Clean Start Flag
|
||||
clean_start = false :: boolean(),
|
||||
|
||||
|
||||
%% Client Binding: local | remote
|
||||
binding = local :: local | remote,
|
||||
|
||||
|
@ -144,7 +143,6 @@
|
|||
%% Enqueue stats
|
||||
enqueue_stats = 0,
|
||||
|
||||
|
||||
%% Created at
|
||||
created_at :: erlang:timestamp()
|
||||
}).
|
||||
|
|
Loading…
Reference in New Issue