From 63b7a9392aafc3b4a57538282b3600e77c3d7010 Mon Sep 17 00:00:00 2001 From: AlvaroRojas Date: Thu, 8 Jun 2023 17:30:50 +0200 Subject: [PATCH] Fix formatting --- lib/Screens/Home/spotify.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Screens/Home/spotify.dart b/lib/Screens/Home/spotify.dart index dad5f2535..63e3aacba 100644 --- a/lib/Screens/Home/spotify.dart +++ b/lib/Screens/Home/spotify.dart @@ -127,7 +127,8 @@ class _SpotifyHomePageState extends State 'imagesList': [element], 'source': 'spotify', }; - await Hive.box('settings').put('playlistDetails', playlistDetails); + await Hive.box('settings') + .put('playlistDetails', playlistDetails); } } }