From b362625b8eedcd7659f1cc89efc15c5ca391f1ac Mon Sep 17 00:00:00 2001 From: zhang-daiyue Date: Wed, 23 Feb 2022 16:08:50 +0800 Subject: [PATCH] Fix coding style check. Signed-off-by: zhang-daiyue Change-Id: I80454371e7c43c684e67baaad6373460f41c3243 --- .../src/main/js/test/favTestCallBack.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/medialibrary/mediaLibrary_js_standard/src/main/js/test/favTestCallBack.test.js b/multimedia/medialibrary/mediaLibrary_js_standard/src/main/js/test/favTestCallBack.test.js index 3883850d1..9518e8a68 100644 --- a/multimedia/medialibrary/mediaLibrary_js_standard/src/main/js/test/favTestCallBack.test.js +++ b/multimedia/medialibrary/mediaLibrary_js_standard/src/main/js/test/favTestCallBack.test.js @@ -102,8 +102,8 @@ describe('favSmartAlbum.promise.test.js', function () { } function getFileAssetsCallBack(err, fSmartFetchFileResult) { if (fSmartFetchFileResult != undefined) { - console.info('MediaLibraryTest : SMARTALBUM_CALLBACK getFileAssetsCallBack Successfull fSmartFetchFileResult = ' - + fSmartFetchFileResult.getCount()); + console.info('MediaLibraryTest : SMARTALBUM_CALLBACK getFileAssetsCallBack Successfull fSmartFetchFileResult = ' + + fSmartFetchFileResult.getCount()); done(); } else { console.info('MediaLibraryTest : SMARTALBUM_CALLBACK getFileAssetsCallBack Unsuccessfull ' + err); -- GitLab