Printing: print fewer newlines

This commit is contained in:
2026-06-11 11:17:06 -04:00
parent e1d299859d
commit 54dcc92c2b
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ public:
}
os << " ";
}
os << "), Device Selector: " << deviceSelector << std::endl;
os << "), Device Selector: " << deviceSelector;
return os.str();
}