mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-06 16:24:25 +01:00
Line break
This commit is contained in:
@@ -51,7 +51,7 @@ public class BloodPressureMeasurementParser {
|
||||
|
||||
// parse timestamp if present
|
||||
if (timestampPresent) {
|
||||
builder.append("Timestamp: ").append(DateTimeParser.parse(data, offset));
|
||||
builder.append("\nTimestamp: ").append(DateTimeParser.parse(data, offset));
|
||||
offset += 7;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user