Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bakken committed Apr 12, 2016
1 parent 89745b8 commit c3f4b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/riakc_ts.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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()]]) ->
Expand Down

0 comments on commit c3f4b1f

Please sign in to comment.