Skip to content

Commit 1a9f5ce

Browse files
rabbit_fifo: undo unnecessary whitespace changes #13548
1 parent cff685a commit 1a9f5ce

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

deps/rabbit/src/rabbit_fifo.erl

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -928,22 +928,22 @@ which_module(5) -> ?MODULE.
928928
-define(AUX, aux_v3).
929929

930930
-record(checkpoint, {index :: ra:index(),
931-
timestamp :: milliseconds(),
932-
smallest_index :: undefined | ra:index(),
933-
messages_total :: non_neg_integer(),
934-
indexes = ?CHECK_MIN_INDEXES :: non_neg_integer(),
935-
unused_1 = ?NIL}).
931+
timestamp :: milliseconds(),
932+
smallest_index :: undefined | ra:index(),
933+
messages_total :: non_neg_integer(),
934+
indexes = ?CHECK_MIN_INDEXES :: non_neg_integer(),
935+
unused_1 = ?NIL}).
936936
-record(aux_gc, {last_raft_idx = 0 :: ra:index()}).
937937
-record(aux, {name :: atom(),
938-
capacity :: term(),
939-
gc = #aux_gc{} :: #aux_gc{}}).
938+
capacity :: term(),
939+
gc = #aux_gc{} :: #aux_gc{}}).
940940
-record(?AUX, {name :: atom(),
941-
last_decorators_state :: term(),
942-
capacity :: term(),
943-
gc = #aux_gc{} :: #aux_gc{},
944-
tick_pid :: undefined | pid(),
945-
cache = #{} :: map(),
946-
last_checkpoint :: #checkpoint{}}).
941+
last_decorators_state :: term(),
942+
capacity :: term(),
943+
gc = #aux_gc{} :: #aux_gc{},
944+
tick_pid :: undefined | pid(),
945+
cache = #{} :: map(),
946+
last_checkpoint :: #checkpoint{}}).
947947

948948
init_aux(Name) when is_atom(Name) ->
949949
%% TODO: catch specific exception throw if table already exists

0 commit comments

Comments
 (0)