diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-09-15 12:38:54 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-09-15 12:38:54 +0200 |
commit | a94eff953af5e91a5bc1c3af5da6bfbea01873ca (patch) | |
tree | 7819a1a8497e220ed8251113327023f73ebbe51e | |
parent | 12715ccde9c3e3006019f940c8bfdb1ebd4476ff (diff) |
Remove spurious parentheses.
-rw-r--r-- | src/v1.erl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) -> |