mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-03 06:23:32 +02:00
whitespace fixes
This commit is contained in:
@@ -43,7 +43,7 @@ const liberator = (function () //{{{
|
|||||||
liberator.dump(message + "\n");
|
liberator.dump(message + "\n");
|
||||||
liberator[name] = func();
|
liberator[name] = func();
|
||||||
}
|
}
|
||||||
catch(e)
|
catch (e)
|
||||||
{
|
{
|
||||||
liberator.dump(e + "\n");
|
liberator.dump(e + "\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user