Skip to content

Commit

Permalink
newline, obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Nov 1, 2020
1 parent 8e4d944 commit 766b8a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/alsacontrol-gtk
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ class ALSAControlWindow:
# not how things should go. It's probably an issue with alsa.
for input_row in self.input_rows:
input_row.stop_monitoring()
# shrink the output tab height to the contents
input_cards_scrolled_window.hide()

def refresh_icon_state(self, tab, volume, muted):
Expand Down
2 changes: 1 addition & 1 deletion tests/fakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ def mixers():

@staticmethod
def cards():
return ['FakeCard1', 'FakeCard2']
return ['FakeCard1', 'FakeCard2']

0 comments on commit 766b8a2

Please sign in to comment.