Skip to content

Commit

Permalink
style: исправить форматирование
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed May 16, 2024
1 parent d938cf3 commit f258035
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/buttons/menu/volume-button.vala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public class Cassette.VolumeButton : CustomMenuButton {
} else {
adjustment.value = Math.pow (volume, 1.0 / 3.0) / MUL;
}


check_icon ();
}
Expand Down

0 comments on commit f258035

Please sign in to comment.