remove extra line from export

This commit is contained in:
Ajay
2022-06-06 22:32:02 -04:00
parent 32052c17f1
commit caafba5f53

View File

@@ -11,7 +11,7 @@ export function exportTimes(segments: SponsorTime[]): string {
}
}
return result;
return result.replace(/\n$/, "");
}
function exportTime(segment: SponsorTime): string {