From b0ed85689bf107eda17981d6d86a448db4903efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E5=BC=BA?= Date: Mon, 4 Mar 2024 19:24:10 +0800 Subject: [PATCH] chore: remove useless space --- src/electron/services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/electron/services.js b/src/electron/services.js index f69d258..ffa2252 100644 --- a/src/electron/services.js +++ b/src/electron/services.js @@ -3,7 +3,7 @@ import checkAuthToken from "../utils/checkAuthToken" import server from 'NeteaseCloudMusicApi/server'; export async function startNeteaseMusicApi() { - // Let user know that the service is starting + // Let user know that the service is starting console.log(`${clc.redBright('[NetEase API]')} initiating NCM API`); // Load the NCM API.