From 0845e505d6589d6bc512cccff08329e4dc70940d Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 9 Oct 2014 16:36:13 +0200 Subject: Indent. --- src/db.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) -> -- cgit v1.1