From 7e0300a75ffeb0a1a6ab5af9a87f8c42678429d1 Mon Sep 17 00:00:00 2001 From: Prabesh Niraula Date: Mon, 12 Mar 2018 14:20:40 -0400 Subject: [PATCH] Added space after // --- src/@ionic-native/plugins/music-controls/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/music-controls/index.ts b/src/@ionic-native/plugins/music-controls/index.ts index 9c67cf963..df627061d 100644 --- a/src/@ionic-native/plugins/music-controls/index.ts +++ b/src/@ionic-native/plugins/music-controls/index.ts @@ -70,8 +70,8 @@ export interface MusicControlsOptions { * // Android only, optional * // text displayed in the status bar when the notification (and the ticker) are updated, optional * ticker : 'Now playing "Time is Running Out"', - * //All icons default to their built-in android equivalents - * //The supplied drawable name, e.g. 'media_play', is the name of a drawable found under android/res/drawable* folders + * // All icons default to their built-in android equivalents + * // The supplied drawable name, e.g. 'media_play', is the name of a drawable found under android/res/drawable* folders * playIcon: 'media_play', * pauseIcon: 'media_pause', * prevIcon: 'media_prev',