benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

src/couchbeam_db.erl:295: Warning: variable 'From' is unused #10

Closed Tyra-Bjurman closed 14 years ago

Tyra-Bjurman commented 14 years ago

line 295 is handle_call({fetch_attachment, DocId, AName, Streaming}, From, #db{couchdb=C, base=Base}=State) ->

the function seems to be complete except there is an abnormal large space of two carriage returns between the end of the case statement and the returning tuple

benoitc commented 14 years ago

this already fixed in latest head. Thanks