Whitespace

This commit is contained in:
Gregory Burd 2012-06-14 18:04:39 +01:00
parent d3ce4ce73d
commit b6987c1e47

View file

@ -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 }).