Whitespace
This commit is contained in:
parent
d3ce4ce73d
commit
b6987c1e47
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@
|
|||
%% which is > any possible key, hence we need to allow to_key=undefined
|
||||
%% as a token of an interval that has no upper limit.
|
||||
%%
|
||||
-record(key_range, { from_key = <<>> :: binary(),
|
||||
-record(key_range, { from_key = <<>> :: binary(),
|
||||
from_inclusive = true :: boolean(),
|
||||
to_key :: binary() | undefined,
|
||||
to_inclusive = false :: boolean(),
|
||||
limit :: pos_integer() | undefined }).
|
||||
limit :: pos_integer() | undefined }).
|
||||
|
|
Loading…
Reference in a new issue