mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 17:45:45 +01:00
Formatting fixes.
This commit is contained in:
@@ -196,7 +196,7 @@ function Addressbook() //{{{
|
||||
else
|
||||
{
|
||||
let list = template.tabular(["Name", "Address"], [],
|
||||
[[util.clip(a[0], 50), address[1]] for ([,address] in Iterator(addresses))]
|
||||
[[util.clip(a[0], 50), address[1]] for ([, address] in Iterator(addresses))]
|
||||
);
|
||||
commandline.echo(list, commandline.HL_NORMAL, commandline.FORCE_MULTILINE);
|
||||
}
|
||||
|
||||
@@ -217,7 +217,7 @@ function Mail() //{{{
|
||||
services.get("smtpService").defaultServer = server;
|
||||
return value;
|
||||
},
|
||||
completer: function (context) [[s.key, s.serverURI] for ([,s] in Iterator(mail.smtpServers))],
|
||||
completer: function (context) [[s.key, s.serverURI] for ([, s] in Iterator(mail.smtpServers))],
|
||||
validator: Option.validateCompleter
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user