summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-09-15 12:38:54 +0200
committerLinus Nordberg <linus@nordberg.se>2014-09-15 12:38:54 +0200
commita94eff953af5e91a5bc1c3af5da6bfbea01873ca (patch)
tree7819a1a8497e220ed8251113327023f73ebbe51e
parent12715ccde9c3e3006019f940c8bfdb1ebd4476ff (diff)
Remove spurious parentheses.
-rw-r--r--src/v1.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v1.erl b/src/v1.erl
index b757475..c60df1d 100644
--- a/src/v1.erl
+++ b/src/v1.erl
@@ -66,7 +66,7 @@
end;
_ -> html("get-sth-consistency: bad input:", Input)
end,
- deliver(SessionID, (R)).
+ deliver(SessionID, R).
'get-proof-by-hash'(SessionID, _Env, _Input) ->
niy(SessionID).
'get-entries'(SessionID, _Env, Input) ->