Skip to content

Commit 14857a0

Browse files
committed
fix codestyle
1 parent 31b6651 commit 14857a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clickhouse/query.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ class Query : public QueryEvents {
9494
return query_id_;
9595
}
9696

97-
9897
/// Set handler for receiving result data.
9998
inline Query& OnData(SelectCallback cb) {
10099
select_cb_ = std::move(cb);

0 commit comments

Comments
 (0)