mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 07:07:58 +01:00
Change multiline error message guard clauses to single line formatting.
Also apply similar formattng fixes to conditional blocks as per standard.
This commit is contained in:
@@ -326,9 +326,7 @@ const config = { //{{{
|
||||
function (args)
|
||||
{
|
||||
if (args.string)
|
||||
{
|
||||
liberator.open(args.string);
|
||||
}
|
||||
else if (args.bang)
|
||||
BrowserReloadSkipCache();
|
||||
else
|
||||
@@ -351,9 +349,7 @@ const config = { //{{{
|
||||
? liberator.NEW_TAB : liberator.CURRENT_TAB);
|
||||
}
|
||||
else
|
||||
{
|
||||
window.openPreferences();
|
||||
}
|
||||
},
|
||||
{
|
||||
argCount: "0",
|
||||
|
||||
Reference in New Issue
Block a user