Printing: print fewer newlines
This commit is contained in:
@@ -78,7 +78,7 @@ const std::string DeviceManager::stringifyDeviceSpecs(void)
|
||||
std::ostringstream oss;
|
||||
|
||||
for (const auto& spec : getInstance().s.rsrc.deviceAttachmentSpecs) {
|
||||
oss << "Device Attachment Spec: " << spec->stringify();
|
||||
oss << "Device Attachment Spec: " << spec->stringify() << "\n";
|
||||
}
|
||||
|
||||
return oss.str();
|
||||
|
||||
Reference in New Issue
Block a user