Fix clang-format job

This commit is contained in:
Carles Fernandez 2020-06-19 13:01:22 +02:00
parent 0d5b5894b4
commit bc0cc69d76
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ private:
std::shared_ptr<TelemetryDecoderInterface> nav_;
std::mutex mx_;
Concurrent_Queue<pmt::pmt_t>* queue_;
};