mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 20:47:58 +01:00
Change multiline beep guard clauses to single line formatting.
This commit is contained in:
@@ -961,10 +961,7 @@ function Tabs() //{{{
|
||||
let index = indexFromSpec(spec, wrap);
|
||||
// FIXME:
|
||||
if (index == -1)
|
||||
{
|
||||
liberator.beep();
|
||||
return;
|
||||
}
|
||||
return void liberator.beep();
|
||||
getBrowser().mTabContainer.selectedIndex = index;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user