From 90fc207c9eecb6a9f6e7e8224bdaadd93f1def7b Mon Sep 17 00:00:00 2001 From: Georgi Stamatov Date: Thu, 20 Apr 2023 22:26:01 +0300 Subject: [PATCH] fix eslint newline required at end of file --- src/components/nowPlayingBar/nowPlayingBar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/nowPlayingBar/nowPlayingBar.js b/src/components/nowPlayingBar/nowPlayingBar.js index b2c892e85..ba14fc41d 100644 --- a/src/components/nowPlayingBar/nowPlayingBar.js +++ b/src/components/nowPlayingBar/nowPlayingBar.js @@ -793,4 +793,5 @@ document.addEventListener('viewbeforeshow', function (e) { hideNowPlayingBar(); } } -}); \ No newline at end of file +}); +