mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 07:55:47 +01:00
Whitespace formatting fixes.
This commit is contained in:
@@ -393,7 +393,8 @@ function Options() //{{{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function setAction (args, modifiers) {
|
function setAction(args, modifiers)
|
||||||
|
{
|
||||||
let bang = args.bang;
|
let bang = args.bang;
|
||||||
if (!args.length)
|
if (!args.length)
|
||||||
args[0] = "";
|
args[0] = "";
|
||||||
@@ -516,7 +517,7 @@ function Options() //{{{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function setCompleter (context, args, modifiers)
|
function setCompleter(context, args, modifiers)
|
||||||
{
|
{
|
||||||
let filter = context.filter;
|
let filter = context.filter;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user