summaryrefslogtreecommitdiff
path: root/src/db.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-10-09 16:36:13 +0200
committerLinus Nordberg <linus@nordberg.se>2014-10-09 16:36:13 +0200
commit0845e505d6589d6bc512cccff08329e4dc70940d (patch)
tree858c4d866071c04edfd61fa7f2ce410d7eda6418 /src/db.erl
parent0896db1904ff75c73a279721cdb1f2759e19ab3b (diff)
Indent.
Diffstat (limited to 'src/db.erl')
-rw-r--r--src/db.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db.erl b/src/db.erl
index 04c9bd7..d90282f 100644
--- a/src/db.erl
+++ b/src/db.erl
@@ -130,8 +130,8 @@ handle_call({get_by_indices, {Start, End, _Sorted}}, _From, State) ->
R = lists:map(fun (Index) ->
LeafHash = leafhash_for_index(Index),
Entry = entry_for_leafhash(LeafHash),
- {Index, LeafHash, Entry}
- end, lists:seq(Start, End)),
+ {Index, LeafHash, Entry}
+ end, lists:seq(Start, End)),
{reply, R, State};
handle_call({get_by_index, Index}, _From, State) ->