From c3f4b1f8682ab33802bb5a712f43c7009f74f2ca Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Tue, 12 Apr 2016 14:37:11 -0700 Subject: [PATCH] whitespace --- src/riakc_ts.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()]]) ->