We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bda277 commit 13ac23cCopy full SHA for 13ac23c
lib/api/requests/gateway/grpc.cpp
@@ -345,7 +345,7 @@ class grpcRequest : public NodeRequest {
345
sample_dummy->ts.origin = time_from_double(timestamp);
346
sample_dummy->length = 0;
347
auto siglists = std::make_shared<SignalList>();
348
- json_array_foreach(json_value, i, json_data) {
+ json_array_foreach (json_value, i, json_data) {
349
auto sig = std::make_shared<Signal>();
350
switch (json_data->type) {
351
case json_type::JSON_INTEGER:
0 commit comments