mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-07 23:29:56 +00:00
Remove excess space
This commit is contained in:
@ -30,7 +30,7 @@ const generateICS = (title, key, events) => {
|
||||
index--;
|
||||
}
|
||||
lines.push(result.slice(0, index));
|
||||
result = " " + result.slice(index);
|
||||
result = " " + result.slice(index).trim();
|
||||
}
|
||||
lines.push(result);
|
||||
return lines.join("\r\n").trim();
|
||||
|
||||
Reference in New Issue
Block a user