mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:58:03 +01:00
Change multiline beep guard clauses to single line formatting.
This commit is contained in:
@@ -1681,10 +1681,7 @@ function Marks() //{{{
|
||||
function (arg)
|
||||
{
|
||||
if (/[^a-zA-Z]/.test(arg))
|
||||
{
|
||||
liberator.beep();
|
||||
return;
|
||||
}
|
||||
return void liberator.beep();
|
||||
|
||||
marks.add(arg);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user