diff --git a/src/riakc_ts.erl b/src/riakc_ts.erl index c0d493e8..f1c9064c 100644 --- a/src/riakc_ts.erl +++ b/src/riakc_ts.erl @@ -81,8 +81,8 @@ query_common(Pid, Query, Interpolations, Cover) get_coverage(Pid, Table, QueryText) -> server_call(Pid, #tscoveragereq{query = #tsinterpolation{base = iolist_to_binary(QueryText)}, - replace_cover=undefined, - table=iolist_to_binary(Table)}). + replace_cover = undefined, + table = iolist_to_binary(Table)}). -spec put(pid(), table_name(), [[ts_value()]]) ->