reformat code

This commit is contained in:
AdrianLxM 2019-04-01 21:37:20 +02:00 committed by GitHub
parent 25950fc6cf
commit 8604d41323
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,9 +127,7 @@ public class GlucoseStatus {
// long_deltas are calculated from everything ~20-40 minutes ago
} else if (17.5 < minutesago && minutesago < 42.5) {
long_deltas.add(avgdelta);
}
else
{
} else {
// Do not process any more records after >= 42.5 minutes
break;
}