style: run code formatting

This commit is contained in:
Carlos Valente
2025-10-31 19:21:16 +01:00
committed by Carlos Valente
parent 7bd98c23a4
commit 9dfc8083f0
2 changed files with 19 additions and 16 deletions
@@ -519,7 +519,6 @@ export function normalisedToRundownArray(rundowns: ProjectRundowns): ProjectRund
});
}
/**
* Duplicates an existing rundown ensuring all IDs are unique
*/
@@ -532,4 +531,4 @@ export function duplicateRundown(rundown: Rundown, newTitle: string): Rundown {
newRundown.revision = 0;
return newRundown;
}
}