mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 21:37:57 +01:00
Fix more function formatting faux pas as per the style guide.
This commit is contained in:
@@ -200,8 +200,7 @@ const util = { //{{{
|
||||
while (cont)
|
||||
{
|
||||
cont = false;
|
||||
str = str.replace(resep, function (match, before)
|
||||
{
|
||||
str = str.replace(resep, function (match, before) {
|
||||
results.push(before);
|
||||
cont = true;
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user