Fix typo and formatting

This commit is contained in:
Bart Sopers 2020-11-12 19:00:02 +01:00
parent 003d507cf8
commit 41d3447b5f
2 changed files with 2 additions and 4 deletions

View file

@ -265,9 +265,7 @@ public class OmnipodPumpPlugin extends PumpPluginBase implements PumpInterface,
loopHandler.postDelayed(this, STATUS_CHECK_INTERVAL_MILLIS);
}
}
;
};
}
@Override

View file

@ -156,7 +156,7 @@
<string name="omnipod_cmd_set_basal_schedule">Set basal schedule</string>
<string name="omnipod_cmd_get_pod_status">Get Pod status</string>
<string name="omnipod_cmd_get_pod_info">Get Pod info</string>
<string name="omnipod_cmd_set_time">Se\t time</string>
<string name="omnipod_cmd_set_time">Set time</string>
<string name="omnipod_cmd_configure_alerts">Configure alerts</string>
<string name="omnipod_cmd_acknowledge_alerts">Acknowledge alerts</string>
<string name="omnipod_cmd_suspend_delivery">Suspend delivery</string>