Skip to content

Commit 3954355

Browse files
committed
refactor: format files
1 parent 1fe256d commit 3954355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/widgets/rename_song_dialog.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ class _RenameSongDialogState extends State<RenameSongDialog> {
6464

6565
if (newTitle.isEmpty || newArtist.isEmpty) {
6666
final isMiniPlayerVisible = audioHandler.mediaItem.value != null;
67-
final bottomMargin = 12.0 + (isMiniPlayerVisible ? MiniPlayer.playerHeight : 0.0);
67+
final bottomMargin =
68+
12.0 + (isMiniPlayerVisible ? MiniPlayer.playerHeight : 0.0);
6869

6970
ScaffoldMessenger.of(context).showSnackBar(
7071
SnackBar(

lib/widgets/song_bar.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,4 +790,3 @@ class _OnlineArtwork extends StatelessWidget {
790790
);
791791
}
792792
}
793-

0 commit comments

Comments
 (0)