Fixed whitespaces

This commit is contained in:
pniraula
2018-03-05 11:38:14 -05:00
parent 8ece08379c
commit 5fe579b2f3
@@ -20,12 +20,12 @@ export interface MusicControlsOptions {
duration?: number;
elapsed?: number;
ticker?: string;
playIcon?:string;
pauseIcon?:string;
prevIcon?:string;
nextIcon?:string;
closeIcon?:string;
notificationIcon?:string;
playIcon?: string;
pauseIcon?: string;
prevIcon?: string;
nextIcon?: string;
closeIcon?: string;
notificationIcon?: string;
}
/**