Skip to content
Snippets Groups Projects
Commit fcc35cce authored by Lamar Moore's avatar Lamar Moore
Browse files

clang-format

parent c66daf9e
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ bool KafkaHistoStreamDecoder::hasData() const { ...@@ -104,7 +104,7 @@ bool KafkaHistoStreamDecoder::hasData() const {
*/ */
API::Workspace_sptr KafkaHistoStreamDecoder::extractData() { API::Workspace_sptr KafkaHistoStreamDecoder::extractData() {
if (m_exception) { if (m_exception) {
throw * m_exception; throw *m_exception;
} }
auto workspace_ptr = extractDataImpl(); auto workspace_ptr = extractDataImpl();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment