mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 18:35: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;
|
||||
if (!args.length)
|
||||
args[0] = "";
|
||||
@@ -516,7 +517,7 @@ function Options() //{{{
|
||||
}
|
||||
}
|
||||
|
||||
function setCompleter (context, args, modifiers)
|
||||
function setCompleter(context, args, modifiers)
|
||||
{
|
||||
let filter = context.filter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user