mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 05:25:45 +01:00
Whitespace fixes.
This commit is contained in:
@@ -116,7 +116,7 @@ var IO = Module("io", {
|
||||
|
||||
outer:
|
||||
for (let dir in values(dirs)) {
|
||||
for (let [,path] in Iterator(paths)) {
|
||||
for (let [, path] in Iterator(paths)) {
|
||||
let file = dir.child(path);
|
||||
|
||||
dactyl.echomsg(_("io.searchingFor", file.path.quote()), 3);
|
||||
|
||||
Reference in New Issue
Block a user