aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/exporter.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/exporter.ts')
-rw-r--r--src/utils/exporter.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/exporter.ts b/src/utils/exporter.ts
index 60d3b60e..5de9353c 100644
--- a/src/utils/exporter.ts
+++ b/src/utils/exporter.ts
@@ -11,7 +11,7 @@ export function exportTimes(segments: SponsorTime[]): string {
}
}
- return result;
+ return result.replace(/\n$/, "");
}
function exportTime(segment: SponsorTime): string {