Skip to content
Snippets Groups Projects
Commit 16ba8fb4 authored by Miller, Ross's avatar Miller, Ross
Browse files

Make clang-format happy

Literally just deleting some trailing whitespace from one line

Refs #22112
parent ef79c4e7
No related merge requests found
......@@ -754,7 +754,7 @@ bool SNSLiveEventDataListener::rxPacket(const ADARA::RunStatusPkt &pkt) {
// Add the run_end property
m_eventBuffer->mutableRun().addProperty(
"run_end", timeFromPacket(pkt).toISO8601String());
// Set the flag to make us stop reading from the network.
// Stopping network reads solves a number of problems:
// 1) We don't need to manage a second buffer in order to keep the events
......
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