style(): spacing and cleanup

This commit is contained in:
Ibby
2016-12-06 08:02:00 -05:00
parent fff1dc45e2
commit e26783b8c6
39 changed files with 228 additions and 92 deletions
+2
View File
@@ -64,6 +64,7 @@ export class BatteryStatus {
}
export interface StatusObject {
/**
* The battery charge percentage
*/
@@ -73,4 +74,5 @@ export interface StatusObject {
* A boolean that indicates whether the device is plugged in
*/
isPlugged: boolean;
}