Skip to content

Commit 16a9737

Browse files
Remove spaces
1 parent 987fc4e commit 16a9737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/osiris_log_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@ write_chunk(Conf, Epoch, Now, Records, Trk0, Log0) ->
26862686
case osiris_log:get_current_epoch(Log1) of
26872687
Epoch ->
26882688
{Trk1, osiris_log:write(lists:reverse(Records), Now, Log1)};
2689-
_ ->
2689+
_ ->
26902690
%% need to re-init as new epoch
26912691
osiris_log:close(Log1),
26922692
Log = osiris_log:init(Conf#{epoch => Epoch}),

0 commit comments

Comments
 (0)